I'm having a really annoying problem, the answer is probably very simple yet I can't put 2 and 2 together...
I have an example of a string that'll look something like this:
<a href="javascript:void(0);" onclick="viewsite(38903);" class="followbutton">Visit</a>
The numbers 38903 will be different every time I load a page. I need a method to be able to parse these numbers every time I load the page. I've gotten far enough to grab and contain the piece of HTML code above, but can't grab just the numbers.
Again, probably a really easy thing to do, just can't figure it out. Thanks in advance!