Accusoft.Forms1 - Updated
SetRegularExpression Method (Reader)



Accusoft.SmartZoneICRSdk Namespace > Reader Class : SetRegularExpression Method
A valid, POSIX-compatible regular expression
Sets the Regular Expression.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub SetRegularExpression( _
   ByVal newRegex As String _
) 
Dim instance As Reader
Dim newRegex As String
 
instance.SetRegularExpression(newRegex)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void SetRegularExpression( 
   string newRegex
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void SetRegularExpression( 
   String^ newRegex
) 

Parameters

newRegex
A valid, POSIX-compatible regular expression
Remarks

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

See Also

Reference

Reader Class
Reader Members
GetRegularExpression Method