WebClient web = new WebClient();
String website = web.DownloadString("https://www.google.com");
String search = @"";
MatchCollection matches = Regex.Matches(Website,Search);
foreach (Match m in matches){}
WebClient web = new WebClient();
String website