Can anyone help me devise a way to parse the following string
line --
<h4>One-way Fare: $2.35</h4>You can also see the <ahref="/Transit/all_times.cgi
?C=BA&R=&FromStation=ASHBY&ToStation=16ST&D=WD&ALL=Y">return trip
schedule</a><p><hr><pre> MACAR MACAR
-- what I need is everything between <h4> and </h4> and
everything after <pre>. How can I do that?
Thanks in Advance.
Huang, Zheng Yu