Possible Duplicate:
Grabbing the href attribute of an A element
how can i find the values of all the href in a characters chain.
Example :
<a href = "blabla1"> Test1 </a>
<a href = "blabla2"> Test1 </a>
I want to retrieve blabla1 and blabla2.
I tried regular expression but I give up ! XD
Thanks