[quoted text, click to view] CrimeMaster wrote:
> Hi
> i have stored the html of a web page into a string.And i want to
> extract all the URL's and want to store them into an array of string.
> plz help me if some body had write this Function pls send me the code i
> will be thank full to u.
Personally I'd use HtmlAgilityPack to parse the html into a DOM then
query that for <a> elements. But no doubt someone is even now preparing
a five line regex that will work nearly all the time...
--
Larry Lard
larrylard@googlemail.com
The address is real, but unread - please reply to the group