Hi Nisan,

> Some additions to octstr.[ch]
> 
> /*
>   * Strip all occurence of char ch from start of Octstr
>   */
> void octstr_strip_char(Octstr *text, char ch);
> 
> /*
>   * Check if ostr is numeric
>   */
> int octstr_isnum(Octstr *ostr1);
> 
> /*
>   * Replace all occurences of needle with repl within haystack
>   */
> 
> void octstr_replace(Octstr *haystack, Octstr *needle, Octstr *repl);
> 
> /*
>   * Symbolise hexstr - 78797a becomes %78%79%7a
> */
> int octstr_symbolize(Octstr *ostr);

that's cool. I'm +1 for adding this to cvs.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to