Answers for "remove blank lines using regex in notepad++"

1

remove empty lines regex

Find: ^(?:[\t ]*(?:\r?\n|\r))+
Replace: ""
Posted by: Guest on April-29-2020

Code answers related to "remove blank lines using regex in notepad++"

Code answers related to "Javascript"

Browse Popular Code Answers by Language