\[the literal [ (9110 / 1338 / 5B16)
<athe literal text <a (case sensitive) Group 1(\s+[a-zA-Z\-][a-zA-Z0-9\-]*(=("[^"]*"|'[^']*'|[a-zA-Z0-9\-_]+)?)?)* *repeats the group contents below any number of times:
\s+any whitespace character, repeated at least once
Character Class[a-zA-Z\-] a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
\-the literal - (4510 / 558 / 2D16)
Character Class[a-zA-Z0-9\-]* *matches any number of characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
\-the literal - (4510 / 558 / 2D16)
Group 2(=("[^"]*"|'[^']*'|[a-zA-Z0-9\-_]+)?)? ?repeats the group contents below at most once:
=the literal = (6110 / 758 / 3D16)
Group 3("[^"]*"|'[^']*'|[a-zA-Z0-9\-_]+)? ?repeats the group contents below at most once:
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]* *matches any number of characters outside the set below:
"the literal " (3410 / 428 / 2216)
"the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
Negated Character Class[^']* *matches any number of characters outside the set below:
'the literal ' (3910 / 478 / 2716)
'the literal ' (3910 / 478 / 2716)
3rd Alternative[a-zA-Z0-9\-_]+ Character Class[a-zA-Z0-9\-_]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
\-the literal - (4510 / 558 / 2D16)
_the literal _ (9510 / 1378 / 5F16)
\s*any whitespace character, repeated any number of times
>the literal > (6210 / 768 / 3E16)
Group 4([^<]*|<[^a]|<a[^ >])+ +repeats the group contents below at least once:
Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
<the literal < (6010 / 748 / 3C16)
Negated Character Class[^a] athe literal a (9710 / 1418 / 6116) (case sensitive)
<athe literal text <a (case sensitive) Negated Character Class[^ >] the literal (3210 / 408 / 2016)
>the literal > (6210 / 768 / 3E16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
athe literal a (9710 / 1418 / 6116) (case sensitive)
\s*any whitespace character, repeated any number of times
>the literal > (6210 / 768 / 3E16)
\]the literal ] (9310 / 1358 / 5D16)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string