.*?any character, repeated any number of times
<tr>the literal text <tr> (case insensitive) .*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
tr>the literal text tr> (case insensitive) .*?any character, repeated any number of times
<tr>the literal text <tr> (case insensitive) .*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
tr>the literal text tr> (case insensitive) .*?any character, repeated any number of times
s modifier: single line. Allows a dot to match line terminators
g modifier: global. Finds all matches instead of stopping after the first
i modifier: insensitive. Matches without distinguishing uppercase and lowercase letters