Matching end-of-line in notepad++
To match the end-of-line in notepad++, click on Search > Find or ctrl + F. Make sure you click on regular expressions at the bottom of the window. Then type in the following command.
[\r\n]+
Voila!
Technology: