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


in reply to Re^3: Quick Regex Question
in thread Quick Regex Question

You can use \D for "not a digit". In like fashion you can use \W and \S to complement the common word and space matches.

True laziness is hard work