Delete empty lines
-
plz i need a help for deleted empty lines in notePad,
how can I do it ? -
You can do this with regex pretty simply:
Open find/replace dialog and type as follows:
Search:^$\r\n
Replace: empty (i.e. leave blank!)
Check regex at bottom of dialog. Replace all should remove all empty lines from the file.Another method could be as follows:
Search:(\r\n){1,}
Replace:\r\nRegards,
David -
@DaveyD thank you, it is done successfully ;)
-
meu Edit -> Line Operations -> Delete Empty Lines
-
@Andrzej-Kmicic said:
Edit -> Line Operations -> Delete Empty Lines
That’s how I do it too, it’s the quickest way.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login