\[the literal [ (9110 / 1338 / 5B16)
Negated Character Class[^[\]]* *matches any number of characters outside the set below:
[the literal [ (9110 / 1338 / 5B16)
\]the literal ] (9310 / 1358 / 5D16)
]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
Non-Capturing Group(?:<>|[<>]=|[=><]) <the literal < (6010 / 748 / 3C16)
>the literal > (6210 / 768 / 3E16)
=the literal = (6110 / 758 / 3D16)
=the literal = (6110 / 758 / 3D16)
>the literal > (6210 / 768 / 3E16)
<the literal < (6010 / 748 / 3C16)
\s*any whitespace character, repeated any number of times
?matches at most one character from the set below:
'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
\w*any word character, repeated any number of times
?matches at most one character from the set below:
'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first