Page 1 of 1

how to convert the whole document to one line only ?

Posted: Fri Jul 09, 2010 1:27 am
by marouf3d
Hello

how to convert the whole document to one line only ?


i need to replace the line character by one space



thanks in advance for the help..

Re: how to convert the whole document to one line only ?

Posted: Sun Jul 11, 2010 2:35 am
by dfhtextpipe

Code: Select all

Replace [\r\n] with [ ]
   [ ] Match case
   [ ] Whole words only
   [ ] Case sensitive replace
   [ ] Prompt on replace
   [ ] Skip prompt if identical
   [ ] First only
   [ ] Extract matches