On Saturday 31 March 2001 00:07, you wrote:
> So as you seem to be good with regexps, can you tell me how i can write
> a code that will search for next occurence in a string?
> where pattern is a regexp and a string is long and ofcourse there will
> be lots of pattern matchs in it...?

What about simply using preg_match_all() ?
Or do you specifically need the positions of the matches (instead of the 
values)?

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

Even idiots can handle computers, and many do.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to