[]
Returns True if the input text matches the regular expression pattern specified in PatternString.
public bool MatchRegex(string text, ErrorInfo errorInfo)
Type | Name | Description |
---|---|---|
string | text | The input string to match. |
ErrorInfo | errorInfo | Error information filled in case of failure. |
Type | Description |
---|---|
bool |