I'm trying to parse something that looks like this:
<tr>
<td><b><a href="/foo/Apple" title="Apple">Apples</a></b></td>
<td>A lot of apples</td>
<td>
I want to get the info after /foo/.
I'm currently using this, but it's not working.
"^<a href=\"/foo(.*)\""
Thanks for your help!
Josh
<tr>
<td><b><a href="/foo/Apple" title="Apple">Apples</a></b></td>
<td>A lot of apples</td>
<td>
I want to get the info after /foo/.
I'm currently using this, but it's not working.
"^<a href=\"/foo(.*)\""
Thanks for your help!
Josh