<tablethe literal text <table (case sensitive) \ban ASCII word boundary
.*?any character (except for line terminators), repeated any number of times
\ban ASCII word boundary
classthe literal text class (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 ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
.*?any character (except for line terminators), repeated any number of times
\ban ASCII word boundary
testthe literal text test (case sensitive) \ban ASCII word boundary
.*?any character (except for line terminators), repeated any number of times
\1the text saved by group 1
.+?any character (except for line terminators), repeated at least once
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
table>the literal text table> (case sensitive)