Answers for "empty white line replace in note notepad++"

1

regular expression to remove empty lines after text

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

Code answers related to "empty white line replace in note notepad++"

Code answers related to "Javascript"

Browse Popular Code Answers by Language