in reply to
regex to return line with name but not if it has a number
use two separate match operations, one to match the stuff you want, one to reject the stuff you dont want
Comment on
Re: regex to return line with name but not if it has a number
In Section
Seekers of Perl Wisdom