i have a small problem, i want to find in
<tr><td>3</td><td>foo</td><td>2</td>
the foo, i use:
$<tr><td>\d</td><td>(.*)</td>$
to find the foo, but it dont work because it dont match with the </td>
at the end of foo but with the </td>
at the end of the string