I am testing a new Microsoft Visual Studio code editor in a Linux Fedora environment. I would like to know how to replace a new line (\ n) instead of some other text.
For example, I have html text like this
<tag><tag>
which I would like to replace as
<tag> <tag>
In sublime, I would use a regular expression pattern and find "> <" and replace it with "> \ n <" How do I do this in Visual Studio code?
visual-studio-code
Sriram May 20 '15 at 13:43 2015-05-20 13:43
source share