<the literal < (6010 / 748 / 3C16)
Group 2((?!span\b)[^> ]+) Negative Lookahead(?!span\b) spanthe literal text span (case sensitive) \ban ASCII word boundary
Negated Character Class[^> ]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
the literal (3210 / 408 / 2016)
Negated Character Class[^>]* *matches any number of characters outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
.*?any character (except for line terminators), repeated any number of times
\2the text saved by group 2
>the literal > (6210 / 768 / 3E16)