Hi;
I have a simple problem. I want to match anything between "<td>...</td>" tags.
My string is
<td>
<a class="page" title="myPage" href="/mypage/888"><img class="hotel" src="mypage.png" /></a>
</td>
I have tried several ways but couldn't get "<a class="page" title="myPage" href="/mypage/888"><img class="hotel" src="mypage.png" /></a>".
Thanks.