I have a string variable that contains the entire HTML of a web page. The web page would contain links to other websites. I would like to create a list of all hrefs (webcrawler like ). What is the best possible way to do it ? Will using any extension function help ? what about using Regex ?
Thanks in Advance