On Fri, Oct 31, 2008 at 01:56:01PM -0500, Dennis Cox wrote: > > Use: (<td.*?>)(.+)(?:</td>)
I think you applied the non-greedy quantifier to the wrong part of the regex. (<td[^>]*>)(.+?)(</td>) Ronald --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. 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 specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[EMAIL PROTECTED]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
