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