[]
Initializes a new instance of the RegexRule.
public RegexRule()
Initializes a new instance of the RegexRule which accepts a regex expression.
public RegexRule(string expression)
| Type | Name | Description |
|---|---|---|
| string | expression | The regex expression. |