Extract usernames

threeman

Newbie
Joined
Apr 28, 2010
Messages
23
Reaction score
0
I am trying to make a program to extract usernames

Here is the html source:

<a href="viewprofile.aspx?profile_id=26325352">

I would like to extract just the 26325352 part of that and add it to a list box.

Thanks in advance
 
Back
Top