Hi,
Could anyone help me that how can I replace the carriage return as a space in a document.
Thanks,
Kenny
How to replace the carriage return character
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
Ed
Re: How to replace the carriage return character
In search and replace select regular expression
replace
\n
with
(There's a space on the previous line)
replace
\n
with
(There's a space on the previous line)