Not sure what you're intending with that .*? structure, but I did dig into the user manual and determine that the following pattern will find your text:
(?s)<tr class=\"percents\">.*</tr> The manual says that ?s is off by default and needs to be on for . to match a line end. Ken On Nov-17-2010, at 12:11 PM, Michael Wiik wrote: > Er, I should have said that my search didn't return any results. > -- 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 [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 feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
