hey everyone, here's probably an easy qu but i'm new to this...
i'm doing a web scrabe and the line i want in the source code looks like this:
The number i want to get out is 10.58. However, that number will change so i can't just search for it. Any ideas how i should go about this?
I was hoping there might be a way to look for "<td align=right>" then say get the next line.
any thoughts.
thanks
i'm doing a web scrabe and the line i want in the source code looks like this:
Code:
<td>Return on Average Equity</td> <td align=right> 16.08% </td> <td align=right> 10.58% </td> <td align=right> 11.71% </td>
I was hoping there might be a way to look for "<td align=right>" then say get the next line.
any thoughts.
thanks
Comment