I have this regex
(?:\\]*?)>
The point of this regex is to capture every closing ta
If I'm understanding correctly that you want to match just the greater-than sign (>) that's part of the closing anchor tag, this should do it:
>
\]*?(>)