http://www.perlmonks.org?node_id=484899


in reply to Re: Regular expression help
in thread Regular expression help

Okay...so I overcame that hurdle thanks to you guys...but now i need to find where a pattern match fails. Is it possible? For instance if i'm looking for digts and the string is 123a45 is there a way to inform the user that the pattern match is failing because of the "a"?