ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.String _
    )
    public RegexRule( 
       System.string expression
    )

    Parameters

    expression
    The regex expression.
    See Also