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.
CTRL + H, then select regex (*) and write \n
Shorter version: CTRL+H ALT+R \n