You can remove empty lines in text using Microsoft Visual Studio’s code editor by using the replace operation with regular expressions. Regular expressions are a very powerful tool that can be used to search for almost anything in text.
Invoke the Replace dialog box (click Ctrl-G)
Make sure "Use Regular Expressions" is checked
In Find type in ^$\nHere’s [...]
Popularity: 2% [?]
