<tdthe literal text <td (case sensitive) \s+any whitespace character, repeated at least once
class="inline-rating-sm"the literal text class="inline-rating-sm" (case sensitive) \s+any whitespace character, repeated at least once
data-ci="the literal text data-ci=" (case sensitive) \d*a digit, repeated any number of times
\s+any whitespace character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
\d+a digit, repeated at least once
\)the literal ) (4110 / 518 / 2916)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
td>the literal text td> (case sensitive) g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string