I have a long series of database cut-and-pasted text files which I
reduce using a series of Grep searches in BBEdit.  A typical example
of one of the sequence of Grep searches in the sequence is: search
for:   (^[0-9]* *)(.*$)   and Replace All with   \2

What I'm doing is converting parts of the raw output from an online
database into a csv file.  The Grep string above cuts a variable
length string of numbers and spaces off the beginning of each line.

It would save me a great deal of time if I could build the search/
replace sequence to some sort of macro as in Excel.  Since macros
don't seem to be formally supported in BBEdit (AFAIK), I wondered if a
script process would do the job.

Can anyone advise where I can find out how to do this in the BBEdit
context?

Thanks.

dn

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to