Steve Fisher wrote:
> Thanks Guys,
> 
> OK When I left yesterday I had a file (in memory) with just carriage
> returns in it.  Of course when I saved it, they were all replaced by cr/lf
> 
> Tried all your suggestions - can't get them to work.
> 
> what I now have is:
> 
> valid line of text{cr/lf}
> {cr/lf}  <------------------------ I want to remove these!!!!
> valid line of text{cr/lf}
> 
> 
> and so on for about 2,500 lines.  If it is not possible then I will have
> to write an autoit script to do it.
> 

Try:

Search/replace
Regular expression OFF
Transform backslash expression ON
Replace: \r\n\r\n
With: \r\n

HTH,
-- 
                Alphax
        Death to all fanatics!
  Down with categorical imperative!
OpenPGP key: http://tinyurl.com/lvq4g
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to