Posted by Oli Filth on 06/27/05 14:27
Zeeshan said the following on 27/06/2005 11:02:
> Can you please provide examples
>
http://www.php.net/preg_match_all
Same syntax as preg_match(), except with an extra argument which is an
array that the results of all the matches get put in.
(And a couple of extra flag options.)
If you have a regex working OK with preg_match(), then it should work
fine with preg_match_all().
--
Oli
Navigation:
[Reply to this message]
|