in reply to Re^6: regex trouble
in thread regex trouble
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