I want to match all the text and numbers between tags in a table...they are many table rows in the table. I've having severe trouble finding the right regex and then looping through it...Here is a sample row:
<tr class="bg2" align="right" height="17" valign="middle"><td align="left"><a href="/another/URL/757657657">J. Doe</a></td><td align="center"><a href="theurl/434343434">DDD</a></td><td align="center">DDF</td><td>3</td><td>1</td><td>0</td><td>6</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>1</td><td>.550</td><td>.540</td><td>.540</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
Any help would be appreciated