SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Reader Class / SetRegularExpression Method
A valid, POSIX-compatible regular expression




In This Topic
    SetRegularExpression Method (Reader)
    In This Topic
    Sets the Regular Expression.
    Syntax
    'Declaration
     
    
    Public Sub SetRegularExpression( _
       ByVal newRegex As String _
    ) 
    'Usage
     
    
    Dim instance As Reader
    Dim newRegex As String
     
    instance.SetRegularExpression(newRegex)
    public void SetRegularExpression( 
       string newRegex
    )
    public: void SetRegularExpression( 
       string* newRegex
    ) 
    public:
    void SetRegularExpression( 
       String^ newRegex
    ) 

    Parameters

    newRegex
    A valid, POSIX-compatible regular expression
    Exceptions
    ExceptionDescription
    The input Regular Expression is syntactically incorrect or unsupported.
    Remarks

    Sets the regular expression string to be used in recognition when the FieldType is set to RegularExpression.

    See Also