preg_match_all question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

Having an issue with regular expressions, never been my strong point!

The following pattern only picks up one instance per line, if more than one instance exists all text from first {{ to last }} is included, can anyone point out where I am going wrong?

preg_match_all("/\{\{lang:(.*)\}\}/", $str, $tags);

Here is an example of what needs to be processed

<ul><li><span>{{lang:PA1Feature1}}</span></li><li><span>{{lang:PA1Feature2}}</span></li></ul>
<ul><li><span>{{lang:PA2Feature1}}</span></li><li><span>{{lang:PA2Feature2}}</span></li></ul>

TIA

Phil.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux