|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Matching numeric value between two digitsby 7stud (Deacon) |
| on Feb 05, 2013 at 02:11 UTC ( #1017044=note: print w/ replies, xml ) | Need Help?? |
|
Also rather than the clumsy /\d{1}-\d{2}/ you might wish to use /[0-9]+/ Of course, those regexes don't match the same things: The op's regexes don't make much sense.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||