I have a Webpage which can contain the following href format.
<a href='/documents/aso2v51_1bk.pdf' target="_blank">Ordering Model – Access Service Volume II – Analysis</a>
the page can contain 0 or more of these type of links. I would like to extract the href path and the Title of the doc. I want to avoid doing this in vb.net via split and hope there is a simple fix in RegEx