<athe literal text <a (case insensitive) 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
a-zone character from a (9710) to z (12210) (case insensitive)
.*?any character, repeated any number of times
</a>the literal text </a> (case insensitive) i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters
s modifier: single line. Allows a dot to match line terminators