[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.RegexRule.-ctor

RegexRule Constructor

RegexRule()

Initializes a new instance of the RegexRule.

Declaration
public RegexRule()

RegexRule(string)

Initializes a new instance of the RegexRule which accepts a regex expression.

Declaration
public RegexRule(string expression)
Parameters
Type Name Description
string expression

The regex expression.