<trthe literal text <tr (case sensitive) *?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
classthe literal text class (case sensitive) \=the literal = (6110 / 758 / 3D16)
"left">the literal text "left"> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
<td>the literal text <td> (case sensitive) Negated Character Class[^<]* *matches any number of characters outside the set below:
<the literal < (6010 / 748 / 3C16)
*?matches any number of characters from the set below:
\sany whitespace character
\Sany non-whitespace character
viewDatathe literal text viewData (case sensitive) \(the literal ( (4010 / 508 / 2816)
Negated Character Class[^\(]* *matches any number of characters outside the set below:
\(the literal ( (4010 / 508 / 2816)
,the literal , (4410 / 548 / 2C16)
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