How to remove line breaks and all whitespaces on the following line with Sublime text editor?
Do you want to remove empty lines between HTML code or download Youtube video subtitles and connect them to one text? Check those time-saving techniques
- Press
CTRL+H
to use Search and replace - Click Regular Expression
Alt + R
near Find input - Enter
\n\s+
in the Find field and live empty Replace field - Click Replace all
Published