in reply to Re^2: checking interpreted string for escapes versus literal backslashes?
in thread checking interpreted string for escapes versus literal backslashes?

Don't actually use \B though, as it's already a regexp meta-character. Better use some unused letter (though it's hard to find any).

  • Comment on Re^3: checking interpreted string for escapes versus literal backslashes?
  • Download Code