Forum Moderators: coopster
The php website documentation for "preg_match_all" states that "After the first match is found, the subsequent searches are continued on from end of the last match."
The problem is that I want all possible matches, and do not want it to "start the subsequent searches from the end of the last match".
Does any one know how I can achieve this?
Can you give a short example of some text you would search in to show the situation where it currently fails to meet your needs and then say what you would want to see actually matched?