in reply to Re^2: A tidier regex ?
in thread A tidier regex ?

If you are validating, you should also anchor your regex to start and end of the string (and maybe allow leading and trailing whitespace).
Perl 6 - links to (nearly) everything that is Perl 6.