[PHP] If i use preg_match() how can i preg_match next? From: _lallous (elias_bachaalany <email protected>)
Date: 08/30/01

Hello.

If i have this string: "1 2 3 4 5 6 7 no more!"
and this regular expression: "([0-9]+)"

now how can i run preg_match to get result by result until no results are
returned?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>