I want to extract the values between TDs from this piece of text (html markup).
<tr id="pair_169">
<td id="cr_12cl_last169">16,294.61</td>
<td>16,294.61</td><td>16,318.11</td>
<td class="">16,225.25</td>
<td class="bold greenFont">73.47</td>
<td class="bold greenFont">0.45%</td>
<td id="cr_12cl_date169">23/12</td>
</tr>
what would be the best Regex pattern?