How to replace the carriage return character

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Kenny

How to replace the carriage return character

Post by Kenny »

Hi,

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

Thanks,
Kenny
Ed

Re: How to replace the carriage return character

Post by Ed »

In search and replace select regular expression
replace
\n
with

(There's a space on the previous line)
Kenny

Re: How to replace the carriage return character

Post by Kenny »

Ed,

It works.
Thank you very much.

Kenny
Post Reply