Method | Description | |
---|---|---|
ValidateAgainstRegex ( RegexType expressionType, string text ) : bool | ||
ValidateAgainstRegex ( string expressionString, string text ) : bool |
public static ValidateAgainstRegex ( RegexType expressionType, string text ) : bool | ||
expressionType | RegexType | |
text | string | |
return | bool |
public static ValidateAgainstRegex ( string expressionString, string text ) : bool | ||
expressionString | string | |
text | string | |
return | bool |