in reply to Re: Regexes are slow (or, why I advocate String::Index)
in thread Regexes are slow (or, why I advocate String::Index)
It takes a string (char*) and returns a pointer (char *) to the position to break out the portion of the first string at a position with a character from the charset string.
OK, not much better. But it is more or less orthagonal to things such as compare no more than n characters from two strings (strncmp()).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Regexes are slow (or, why I advocate String::Index)
by jordanh (Chaplain) on May 15, 2004 at 19:46 UTC |