Replace blank lines?

I'm trying to use the find / replace with regular expressions to replace two blank-lines with one yet the \r\r never finds results.

If I type...

a

b

c

I'd like to run the find/replace option and see:

a
b
c
 
You should search for \r\n\r\n instead. But I've never used regular expressions in the replace dialog, so let's see what others have to say.
 
Back
Top