On Jan 29, 2008, at 6:38 PM, Ronald J Kimball wrote:
This regex will find the block of lines all beginning with 'mash':
(^mash.*\r)+
For a simple approach, you could just use that in the Find dialog.
I'll
have to leave the AppleScript to someone else. :)
Ronald
Thanks, Ronald. That's the key. I tried (^mash.*$)+ but it only got
one line. Once I had the correct regex, I got the format of the
search command by recording my actions into an AppleScript.
-Steve
--
------------------------------------------------------------------------
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_script.shtml>
List archives: <http://www.listsearch.com/bbeditscripting.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>