in reply to Re: Variable matching on a regex
in thread Variable matching on a regex
OK, that works fine, but you're missing my point. That input is just an example, not an actual problem and I agree the regex I'm trying to use is overkilling.
My question can be summarized on: Is it possible to capture a non fixed number of variables from a "fixed" regex? (without using /g feature). Maybe the answer is just "no", but I wanted to know.
Cheers,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Variable matching on a regex
by johngg (Canon) on Jun 17, 2010 at 13:42 UTC | |
|
Re^3: Variable matching on a regex
by SuicideJunkie (Vicar) on Jun 17, 2010 at 12:56 UTC | |
by LaintalAy (Sexton) on Jun 17, 2010 at 13:35 UTC | |
by Marshall (Canon) on Jun 17, 2010 at 17:17 UTC | |
by furry_marmot (Pilgrim) on Jun 17, 2010 at 20:01 UTC | |
|
Re^3: Variable matching on a regex
by BrowserUk (Patriarch) on Jun 17, 2010 at 16:09 UTC | |
|
Re^3: Variable matching on a regex
by JavaFan (Canon) on Jun 17, 2010 at 15:57 UTC |