in reply to Re: New to perl and regexin thread New to perl and regex
I think it can be made even simpler than that:
/[A-Za-z\s]+\s-?\d\d?/ [download]