<td class="lineColumn">the literal text <td class="lineColumn"> (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
<td class="stationColumn">the literal text <td class="stationColumn"> (case sensitive) .*any character, repeated any number of times
<spanthe literal text <span (case sensitive) .*any character, repeated any number of times
<td class="inMinColumn">the literal text <td class="inMinColumn"> (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) s modifier: single line. Allows a dot to match line terminators
g modifier: global. Finds all matches instead of stopping after the first
U modifier: Ungreedy. Quantifiers are lazy by default. A trailing ? makes a quantifier greedy