Notepad++ is a very powerful text editor for Windows OS, removing blank lines is one of the most common use cases that one may come across on day-to-day work. Notepad++ is very handy in doing so, you really do not need to know any Regular Expressions to do so, few button clicks can do your work.
Let's see some ways in which you can do this,
- Using Edit -> Line Operations
- Using Regular Expression
- Press Ctrl + F to open Find dialog, move to Replace tab
- Change the Search Mode as Extended (\n,\r,\t,\0,\x ...)
- Now,
Find : \r\n Replace with blank - Using TextFX Tools
- Select the text content.
- Goto Menu : TextFX -> TextFX Edit -> Delete Blank Lines
Open your file in the Editor and got to Menu : Edit -> Line Operations -> Remove Empty Lines
We can use the Find and Replace option with regular express to remove empty lines
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!