how to convert the whole document to one line only ?

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
marouf3d
Posts: 6
Joined: Fri May 22, 2009 12:57 am

how to convert the whole document to one line only ?

Post 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..
dfhtextpipe
Posts: 986
Joined: Sun Dec 09, 2007 2:49 am
Location: UK

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

Post 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
 
David
Post Reply