Sets the regular expression to which the data in the field must conform.
Note: For details on regular expression syntax supported in ABBYY Real-Time Recognition SDK, see the Regular Expressions section.
- (id<RTRDataFieldBuilder>)setRegEx:(NSString*)regEx;
regEx
A string describing the regular expression.
The method returns the same RTRDataFieldBuilder object on which it was called.