<tablethe literal text <table (case sensitive) \s+any whitespace character, repeated at least once
class="class0"the literal text class="class0" (case sensitive) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
.+any character, repeated at least once
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
table>the literal text table> (case sensitive) s modifier: single line. Allows a dot to match line terminators