One of those cases where DOM and XPath (through an Execute Javascript in browser) is probably a lot simpler than string and regex.
If you look at the JavaScript snippet in the post below, you will see that once you have the link node in the DOM you can directly read off the .href and .text properties.