Код: Выделить всё
Page avg
10th Aug, 2011
64,111
Код: Выделить всё
Match m2 = Regex.Match(text, @"\(.*?)\", RegexOptions.IgnoreCase);
Подробнее здесь: https://stackoverflow.com/questions/128 ... sing-regex
Код: Выделить всё
Page avg
10th Aug, 2011
64,111
Код: Выделить всё
Match m2 = Regex.Match(text, @"\(.*?)\", RegexOptions.IgnoreCase);