/ Published in: Regular Expression

Here is a common Regex I use to remove all blank lines in a file using VIM
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
:%s/^[\ \t]*\n//g
Comments
