ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / RegexRule Class / RegexRule Constructor / RegexRule Constructor(String)
The regex expression.

In This Topic
    RegexRule Constructor(String)
    In This Topic
    Initializes a new instance of the RegexRule which accepts a regex expression.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal expression As String _
    )
    public RegexRule( 
       string expression
    )

    Parameters

    expression
    The regex expression.
    See Also