I want to parse a web page in Groovy and extract all of the href links and the associated text with it.
If the page contained these links:
Html parser + Regular expressions Any language would do it, though I'd say Perl is the fastest solution.