(?s)applies the following effective flags to the remainder of the pattern: gs s modifier: single line. Allows a dot to match line terminators
ththe literal text th (case sensitive) Negated Character Class[^>]+ +matches at least one character outside the set below:
>the literal > (6210 / 768 / 3E16)
l">the literal text l"> (case sensitive) .*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
th>the literal text th> (case sensitive) .*?any character, repeated any number of times
<td>the literal text <td> (case sensitive) .*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
td>the literal text td> (case sensitive) .*?any character, repeated any number of times
<a id="the literal text <a id=" (case sensitive) .*?any character, repeated any number of times
"the literal " (3410 / 428 / 2216)
g modifier: global. Finds all matches instead of stopping after the first