The RegexHelper type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
GetRegex(String) |
Gets the regular expression specified by a matching pattern.
| |
GetRegex(String, Boolean) |
Gets the regular expression specified by a matching pattern, optionally specifying processing options.
| |
GetRegex(String, RegexOptions) |
Gets the regular expression specified by a matching pattern, optionally specifying processing options.
|
Properties
Name | Description | |
---|---|---|
DefaultOptions |
Default regular expression options.
|
See Also