On 5/23/07, Ronald Cayne <[EMAIL PROTECTED]> wrote:
Below is a sample of data as it current appears in a file with 1000 records.
The records are not displayed properly.
What filter must be applied to remove the line feed and carriage return from
each record so that each record is ONLY one row .(BBEDIT 8.6)

find "\r(.......-.)" replace with "+++\1"

(that will find the return at the end of each record and replace it
with "+++"; I'm assuming "+++" doesn't appear anywhere in the file.
If it does, substitute something else)

find "\r" replace with "<whatever you want the stray returns replaced with>"

find "+++" replace with "\r"

--
Chaz Larson - [EMAIL PROTECTED]

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to