I am trying out the new Microsoft Visual Studio Code editor in Linux Fedora environment. I would like to know how to replace new line (\\n) in place of some other text.
Also note, after hitting the regex icon, to actually replace \n text with a newline, I had to use \\n as search and \n as replace.
\n
\\n