in reply to Re: Regex problem
in thread Regex problem

Hey, that info actually helped. I had trailing whitespace in $_ that was causing my regex to fail. Removing the EOL match made it work.

--Alex