|
|
| P is for Practical | |
| PerlMonks |
Re: Calculating variable {n} in regex matchby temporal (Pilgrim) |
| on Jun 05, 2012 at 17:08 UTC ( #974507=note: print w/ replies, xml ) | Need Help?? |
|
It sounds like the OP wants to capture the number of occurrences entirely within the regex, something like:
... if that were possible (it isn't). This would allow the counting match to be thrown in with a longer regex that is matching on other properties as well. This is probably possible through clever use of code evaluation (?{code}) and interpolation within the regex. However, if all you need to do is count in the regex then you could use the 'goatse' operator:
Seems better than looping and incrementing, anyway. Strange things are afoot at the Circle-K.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||