I need to retrieve an html page and then isolate part of the code.
First, I have a large bit of html. I need to find this:
<div class="XP_points">Anything here.</div>
and have
<div class="XP_points">9,775</div>
put in another string. I can take it from there.
1 Answer