Hi,
I need to get the "274.20p" out of:
<td nowrap="nowrap" class="dataRegularUlOn" style="text-align: right;">274.20p</td>
I would like to do regular expressions on:
<td class="dataRegularUlOn" >
so something like:
/<td(.*?)class="dataRegularUlOn"(.*?)>/
I'm using ruby, on linux.
thks