in reply to Re^2: regular expression search and replace
in thread regular expression search and replace

Go read the documentation again. tr/ doesn't do \s. It isn't really related to regular expression processing, it just happens to use the same binding operator (=~).

Perl is the programming world's equivalent of English
  • Comment on Re^3: regular expression search and replace