> I need to use regular expressions, but i found that the current
> Perl-compaitable API unuseful in my case, infact i need to get the
positions
> of every match to the pattern and i found nothing in the Manual that does
> so, does any one know a way to do this (the only one i found is specific
to
> PHP 4.3.0)

You could match all of the strings and then use one of the other string
functions to find the position.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to