At 7:55 AM -0800 1/29/07, Jonathan Lundell sent email regarding Re: Delete Table Column via grep:
At 8:19 AM -0700 1/29/07, Warren Michelsen wrote:

The other problem you'll run into is greedy searches. See the BBEdit help page on grep for details, but you want something like this (not tested):

(?s)<td.*?</td>.*?</tr>

That finds all columns, not just the last one.

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