S
Saya
Hi,
here is the scenario:
I have a variable containing the following:
<table cellpadding="0" cellspacing="0">
<tr>
<td class="footer">Ottiliavej 9</td>
<td class="footer">telefon 092323</td></tr>
<tr><td class="footer">DK-2500 Valby</td>
<td class="footer">fax 092323</td>
</tr>
</table>
A regular expression that gives me the text(sometext) between the <td
....>sometext</td>
tags ?
I have tried all of my own knowledge og regular expression (which by
the way is very little). Any help will be appeciated.
Thx
Saya
here is the scenario:
I have a variable containing the following:
<table cellpadding="0" cellspacing="0">
<tr>
<td class="footer">Ottiliavej 9</td>
<td class="footer">telefon 092323</td></tr>
<tr><td class="footer">DK-2500 Valby</td>
<td class="footer">fax 092323</td>
</tr>
</table>
A regular expression that gives me the text(sometext) between the <td
....>sometext</td>
tags ?
I have tried all of my own knowledge og regular expression (which by
the way is very little). Any help will be appeciated.
Thx
Saya