in reply to Re: Specific Regex with Multilines (/s and /m): Why Doesn't This Work?
in thread Specific Regex with Multilines (/s and /m): Why Doesn't This Work?
Thank you--I thought that because I was wanted all of the matches (there are several in the full text to be searched), I needed /g. But I don't because I'm pushing each into an array individually, right?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Specific Regex with Multilines (/s and /m): Why Doesn't This Work?
by ikegami (Patriarch) on Jul 21, 2011 at 19:45 UTC |