![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re^7: regex troubleby amir_e_a (Hermit) |
on Mar 05, 2010 at 11:31 UTC ( #826947=note: print w/replies, xml ) | Need Help?? |
You probably only need one opening bracket in the beginning and one closing in the end: m/(v\d{2}\.\d{2}-[a-z]\d{3})/Brackets should usually match - for every opening bracket there must be one closing bracket.
In Section
Seekers of Perl Wisdom
|
|