http://qs321.pair.com?node_id=1017075


in reply to Re: REGEX problem with anchors
in thread REGEX problem with anchors

Thanks for this, it lead to the answer!

The one-liner worked for me as well and so I went back to my code (which I should have posted) and realized I forgot to chomp the input strings (the user was prompted to enter input strings and a regex). I chomped the regex, not the input strings. A novice mistake, I apologize!