in reply to Is there a nicer way to do regex search and replace with literal backslashes?

I don't quite understand what you want to do and why you're doing it in such a complicated way, but \Q$needle\E escaping inside a regex will probably help you. See perlre for details.

  • Comment on Re: Is there a nicer way to do regex search and replace with literal backslashes?
  • Download Code