|
|
Browse by Tags
All Tags » pcre » greediness
-
I understand that you want to match all the category names, i.e. the content of every <td></td> after an <tr>.
If I remember correctly, PHP's POSIX extended regular expressions don't know ungreedy quantifiers. I prefer Perl Compatible Regular Expressions (PCRE) anyway ...
|
|
|