Possible Duplicate:
Find CRLF in Notepad++
I am trying to use notepad++ for some simple regex find and replace. But when I try to use the regular expression syntax for a new line (\r\n) I get the folowing error:
can't find the text: "\r\n"
\r\n works in "Extended" search and in other text editors, but not in the Regular Expression search.
Any ideas?