ns_hrefs - Returns URLs from anchor elements in a chunk of HTML
This command finds the anchor elements in a chunk of HTML, and returns a list of the URLs in those elements' href attributes.
% set html {One good website is <A href='http://google.com/'>Google</A>. Another is <a href='http://www.yahoo.com'>Yahoo!</a>} % ns_hrefs $html http://google.com/ http://www.yahoo.com