Pattern Matching
looks for a specified pattern within a user-defined value. You can use Pattern Matching to recognize social security numbers, telephone numbers, ZIP codes, or any other information that follows a specific pattern. It is also useful for looking for information that follows leading text: for example, looking for "Name:" and then extracting the text that comes after it. Another use is in reprocessing documents; for example, extracting a piece of information such as the date from a file name and entering it in a field. Pattern Matching works by "reading" through text strings to match patterns that are defined using Pattern Matching Expressions, also known as Regular Expressions. Pattern Matching can be used in Pre-Classification Processing, First Page Identification, Page Processing, Last Page Identification, or Post-Processing.
Note: When defining a pattern, you should only use the expressions defined under Regular Expression Reference. Wildcards are not supported for this process. The behavior for wildcard characters is overridden by the behavior assigned to the same character(s) under Regular Expression Reference.
To use Pattern Matching
You can use the Token Editor to extract particular values from multi-valued tokens.
Note: If Pattern Matching is configured under Pre-Classification Processing, you will be able to right-click the text pane to access the Sample Pages menu.
Note: Some processes come with the basic Quick Fields installation, and some must be purchased as add-ons. Contact your reseller for more information.