Hi all, I'm trying to filter certain data from an HTML file. For example, the HTML file is as follows:
<tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]">software_0.1-0.log</td><td align="right">17-Nov-2009 13:46 </td><td align="right">186K</td></tr>
I need to extract the software_0.1-0 part as well as the 17-Nov-2009 part. How can I do this?
Thanks a lot.