3 references to Match
System (2)
regex\system\text\regularexpressions\Regex.cs (2)
799
return
Match
(input, pattern, RegexOptions.None, DefaultMatchTimeout);
813
return
Match
(input, pattern, options, DefaultMatchTimeout);
System.Web (1)
Util\RegexUtil.cs (1)
28
return Regex.
Match
(stringToMatch, pattern, regOption, TimeSpan.FromMilliseconds((double)timeout));