On Mon, 5 Mar 2007 10:26:54 -0500, Ronald J Kimball
<[EMAIL PROTECTED]> wrote:

> Yes, you're very close.  Just add a \r to force it to only match
> complete lines.  Also, if you could have a block repeated three or
> more times in a row, use \1+ instead of \1.

Ah! So simple. I got my brain wrapped around the axle thinking adding \r
would limit the match to a single line. The \1+ tip is a great bonus
that I hadn't even considered, though in this case I don't think it will
apply (I have not yet come across any three or more repeats in my file
set, but it won't hurt to include it in the pattern).

Thank you very much!

- Todd

--
------------------------------------------------------------------
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