Answers for "removing empty rows from notepad"

1

regular expression to remove empty lines after text

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

notepad++ remove empty lines

; set Search Mode to reg ex
Find:^\h*\R
Replace: ""
Posted by: Guest on November-16-2020

Code answers related to "removing empty rows from notepad"

Code answers related to "Javascript"

Browse Popular Code Answers by Language