When i try to find a regular expression in a string, if the expression isn't in the string the program just gets stuck =\ how can i fix it? example: Match find = Regex.Match(downloadPageSource, @"(\w?\d?)+\.site\.com/access(\d+)\.jpg");
if the expression isn't there the program just freezes =\