hi
i am parsing an html file to get the all url links.plz any body can tell me the regular expression for extracting a link.for example the link in html file is
<a href="http://www.fastcoolcars.com/" onmousedown="return clk(this.href,'res',1,'')"><b>Fast</b> Cool <b>Cars</b> - <b>Fast</b> <b>Cars</b>,
Cool <b>Cars</b></a>
in this i have need of only
http://www.fastcoolcars.com
i wan to get all links and store them in array.but i am not making regular expression for this.plz help me
thanks