
new URL("http://www.oschina.net").openConnection().content.text.eachMatch( /href="(http.+?)" rel="external nofollow" /) {match-> println match[1] }
new URL("http://www.oschina.net").openConnection().content.text.eachMatch( /href="(http.+?)" rel="external nofollow" /) {match-> println match[1] }