Method | Description | |
---|---|---|
IsMatch ( ) : int |
Return 1 in case that regex match, 0 if it doesn't, 2 if it timed out, and 800 error
|
|
RegexCheck ( string Regex, string Data ) : System |
Creates a new instance of regex check
|
Method | Description | |
---|---|---|
Run ( ) : void |
Start check
|
public RegexCheck ( string Regex, string Data ) : System | ||
Regex | string | |
Data | string | |
return | System |