Here's a little bit of code that I wrote to strip out the anchor links from an HTML page using regular expressions. The final line of the example code will only work if you're testing this in Joseph Albahari's excellent LINQPad . i.e. Dump() is an extension method that he's added to IEnumerable. String...
Continue reading "Get link list from HTML page with regular expressions"