>>>>> "M" == Mikael Brockman <mikael / phubuh.org> writes:

M>     self !~ /[\s\n]/m

 1) \n is in \s with a character class, /m is useless
 2) you are testing that it don't exist a whitespace character in the string 


Guy Decoux