How to search for carriage return in eclipse
Just use Edit -> Find/Replace
, switch on the Regular Expressions
checkbox, search for \n
and replace it by space.
I tried it in Eclipse 3.4 and it worked well.
Eclipse does this if you:
- turn on regular expression mode in search/replace
- enter \R for the newline