2 references to CreateRegex
System.Web (2)
Security\MembershipPasswordAttribute.cs (1)
197passwordStrengthRegex = RegexUtil.CreateRegex(passwordStrengthRegularExpression, RegexOptions.None, PasswordStrengthRegexTimeout);
Util\RegexUtil.cs (1)
47return CreateRegex(pattern, option, null);