in reply to Re: Matching strings with non-word characters
in thread Matching strings with non-word characters

Thanks! I used single quote as separator because I thought that would make the "\" not considered special. I guess that is wrong. (Using single quote prevents interpolation in patterns, though.)
  • Comment on Re^2: Matching strings with non-word characters