Page 1 of 1

How to replace the carriage return character

Posted: Wed Nov 13, 2002 11:45 am
by Kenny
Hi,

Could anyone help me that how can I replace the carriage return as a space in a document.

Thanks,
Kenny

Re: How to replace the carriage return character

Posted: Wed Nov 13, 2002 10:53 pm
by Ed
In search and replace select regular expression
replace
\n
with

(There's a space on the previous line)

Re: How to replace the carriage return character

Posted: Thu Nov 14, 2002 2:49 am
by Kenny
Ed,

It works.
Thank you very much.

Kenny