Answered
how to remove blank lines
Hello,
In this example I would like to delete all the blank lines between the lines of text, or after the last line of text. How to do it ?

Hello,
In this example I would like to delete all the blank lines between the lines of text, or after the last line of text. How to do it ?

Hi Pierre:
I use
Find: \s+$
Change: [leave empty]
Regular expressions on
I prefer this because it picks up the pesky extra horizontal spaces at the end of the line, in addition to the extra ¶s.

Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.