It's not. In this regex, to replace characters within a span to a
"redacted" character, with Grep and Wrap around enabled, it takes
repeated presses of Replace All (one press per replaced character) to
get the job done.
FIND:
(<span class="bg">)(█*)[^>█]([^>]*)(</span>)
REPLACE:
\1\2█\3\4
Rick Gordon
---------------------
On 9/25/15, 1:57 PM, Rich Siegel wrote:
On Friday, September 25, 2015, Rick Gordon<[email protected]> wrote:
Is there a way, within the BBEdit interface (as opposed to looping a regex in
AppleScript) to repeat running a regex until it fails?
I would think that "Find All" (or "Replace All") would do what you need.
___________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________
WWW: http://www.shelterpub.com
--
This is the BBEdit Talk public discussion group. 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>
---
You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].