Default Methods |
The Default type exposes the following members.
Name | Description | |
---|---|---|
GetName |
Gets the name of the syntax set.
(Overrides SyntaxSetGetName) | |
GetValidChars |
Gets the valid chars.
(Overrides SyntaxSetGetValidChars) | |
IsValid(Char) |
Checks whether a char belongs to the given set.
(Overrides SyntaxSetIsValid(Char)) | |
IsValid(String) |
Validates the regex.
(Overrides SyntaxSetIsValid(String)) |