<the literal < (6010 / 748 / 3C16)
Group tag(?P<tag>[a-z0-9]+?) Character Class[a-z0-9]+? +?matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case insensitive)
0-9one character from 0 (4810) to 9 (5710)
Negated Character Class[^>]* *matches any number of characters outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
.*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
(?P=tag)the text saved by group tag
>the literal > (6210 / 768 / 3E16)