<the literal < (6010 / 748 / 3C16)
\s*any whitespace character, repeated any number of times
athe literal a (9710 / 1418 / 6116) (case sensitive)
\s*any whitespace character, repeated any number of times
Negated Character Class[^>]* *matches any number of characters outside the set below:
>the literal > (6210 / 768 / 3E16)
hrefthe literal text href (case sensitive) \s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]+ +matches at least one character outside the set below:
"the literal " (3410 / 428 / 2216)
"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first