In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (_lallous) wrote:

> 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?

<http://php.net/preg_match_all>

-- 
CC

-- 
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