Steve Fisher wrote:
> Hope this is the correct place to post this.......
> 
> I have a text document with a large number of cr/lf/cr/cr/lf (carriage
> return, linefeed etc etc) I want to remove. How do I do this?

Do you mean remove crlf pairs or all cr and all lf?

crlf:
In search and replace dialogue, check "transform backslash expressions",
search for "\r\n", replace with <empty>, click "replace all".

For all cr and lf, do one pass replacing for the \r and then another for the
\n

Also useful is keypress ctrl+shift+9 to toggle display of EOL.

-- 
regards
Andrew Howell

please disclaim disclaimer ISP will add below

_____________________________________________________________________
The contents of this email may be priviledged and are confidential. It may not 
be disclosed to or used by anyone other than the addressee(s), nor copied in 
any way. If received in error, please advise the sender, then delete it from 
your system.

This message has been checked for all known viruses by the MessageLabs Virus 
Control Centre.
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to