in reply to Re^3: How can I access the number of repititions in a regex?
in thread How can I access the number of repititions in a regex?
while ( <> ) { print $a_counter, $b_counter if /a+b+/; }
3 2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How can I access the number of repititions in a regex?
by driver8 (Scribe) on Mar 14, 2008 at 01:13 UTC | |
by pat_mc (Pilgrim) on Dec 18, 2008 at 14:51 UTC |