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


in reply to Re: Simple regular expression problem
in thread Simple regular expression problem

That's won't work if string contains no digits (which the OP said was a possible input). For example, $name will be just "a" for "abdbdr".

Update: Just plain wrong.