in reply to Re: Specifying how many times a regex should work
in thread Specifying how many times a regex should work
I'm only using regexes so I can resort the data. I'm trying to get the phone1, phone2, price, everything else in that order so I really need to store ALL of that paragraph stored so I can apply my s///s and other regexes to it.
Does this make any sense or am I in too deep and this won't ever work?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Specifying how many times a regex should work
by BrowserUk (Patriarch) on Jun 05, 2004 at 21:20 UTC |