I have some text like
This is a line
This is other line
This is another line
How to get rid of those multi empty lines ?
What I want is
This is a line
This is other line
This is another line
\s says that matches any whitespace character (spaces, tabs, line breaks) but I cannot figure out how to make multi empty line to just one empty line ?