in C#
I am trying to get both the URLs
and the InnerTexts
from a text file, I don't have access to a DOM object on the device (only a text file) I am using so have only RegEx to use.
<a href="/LinkClick.aspx?fileticket=a random text string">I want this text</a>
I would need all these sets throughout the text file:
URL = /LinkClick.aspx?fileticket=a random text string
TITLE = I want this text