Regular Expression - Infiniworx - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

Infiniworx

Platform
AnyDoc
Product
Infiniworx
Release
Foundation 23.1
License

This tool determines if the given regular expression can be found within the text of the OCR or Text Data.

This tool has two connectors. One is used if the keyword is found (True), and the other one is used if it is not found (False).

Output File

Description

Match Case

Indicates if the search should be case sensitive or not.

Regular Expression

Define the regular expression.

Job Objects (In)

Description

Text

Specify the text or OCR job object to be processed.

Data Fields

Description

Results

Links the results of the tool to a data field.

Regular Expressions are similar to edit masks but allow you to specify a range instead of an exact formatting. An example would be a site number that ranged from four to seven digits would require a regular expression.

The notation used by regular expressions is documented across the Internet, but due to the nature of Infiniworx, only a subset of the notation is practical. Two rules to follow are:

  • Regular expressions are always case-sensitive.

  • Regular expressions must always start and finish with a slash. These mean that what is contained between them is a regular expression.