At 7:30 PM -0400 3/21/10, Ronald J Kimball sent email regarding Re: Delete Entire Table Column:
On Sun, Mar 21, 2010 at 07:23:35PM -0400, Ronald J Kimball wrote:

 Find


(<tr[^>]*>\s*(?:<td[^>]*>(?:(?!</td>).)*</td>\s*){2})<td[^>]*>(?:(?!</td>).)*</td>

 Replace

 \1


Oops, I forgot the (?s)...

(?s)(<tr[^>]*>\s*(?:<td[^>]*>(?:(?!</td>).)*</td>\s*){2})<td[^>]*>(?:(?!</td>).)*</td>

Ronald

Alas, in a table with over 100 rows, BBEdit runs out of stack space:
"out of stack space (application error code: 12246)"
This happens with a Replace All and with repeated Replace and Find (one at a time).

--
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 bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
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 "supp...@barebones.com" rather than posting to the group.

To unsubscribe from this group, send email to bbedit+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to