Hi,
If i have a string like this:
"<td class="yfnc_tab lehead1" width="75%">Flo at:</td><td
class="yfnc_tab ledata1">2.20M</td>
<td class="yfnc_tab lehead1" width="75%">Out standing Shares:</td><td
class="yfnc_tab ledata1">222.20 M</td>"
And i wanted to parse the value for Float and OutStanding shares, what is
the best way to do this? I was thinking of using regular expression and
searching for "Float" and "Outstandin g Shares", but now quite sure how to do
it. can anyone assist?
If i have a string like this:
"<td class="yfnc_tab lehead1" width="75%">Flo at:</td><td
class="yfnc_tab ledata1">2.20M</td>
<td class="yfnc_tab lehead1" width="75%">Out standing Shares:</td><td
class="yfnc_tab ledata1">222.20 M</td>"
And i wanted to parse the value for Float and OutStanding shares, what is
the best way to do this? I was thinking of using regular expression and
searching for "Float" and "Outstandin g Shares", but now quite sure how to do
it. can anyone assist?
Comment