Following
Followers
  • toddhutch
  • My topic I'm attempting to set a var...
  • I am looking to load in values from a table that has dynamic results which are always formatted with the same headers. I'm not sure how to pull use the Regular Expression.  I have a LinqPad 4 query that gives me the value, but I don't know how to apply it to the scrapper. Regex.Match(new System.Net.WebClient().DownloadString("URL"), "offers.*?\\<td.*?\\<td.*?<td.*?\\<td.*?>(.*?)\\</td>", RegexOptions.Singleline | RegexOptions.IgnoreCase).Groups[1].Value
  • 2015-11-25 02:08