Er, I should have said that my search didn't return any results.
Fixed, to be clear:
I have a bunch of html rows I want to remove, all similar to:
<tr class="percents">
<th>Percent</th>
<td class="year_1"></td>
<td class="year_2"></td>
<td class="year_3"></td>
<td class="year_4"></td>
<td class="year_5"></td>
<td class="total">--</td>
</tr>
Tried a grep find (case sensitive, grep, wrap around) using:
<tr class=\"percents\">.*?</tr>
and this does not return any results.
Bug, or feature?
Also noted that checking Selected text only no longer turns Wrap around off.
Thinking I should read the release notes. This is BBEdit version 9.6.1 build
2860
Thanks,
-Mike
--
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>