how to use regex_replace to replace something with \n

When I try to replace with \n, I actually get \\n, which i do not want.

I tried various combinations but cannot figure out how to get a legit \n.

please note that sugs: is a STRING

If I could simply replace (\")\n(\") with 2 nulls in the place of the \" that would also work but no idea if that's possible.


2 replies