CT30 XP Mobile Computer Series User Guide 49
5. Tap the SAVE button.
The app validates that the Regex and Name are valid. If not, an error message is
displayed.
6. When the regex is saved successfully, it will appear in the Result Regex list. By
default, a custom regex is selected when you create it. Uncheck the box to
deselect the expression.
A custom regex displays the information icon: .
View or Edit Custom Regex
For a custom regex, you can view and edit the expression and name.
Note: You cannot view or edit details for embedded regex. See Result Regex for the patterns
in embedded expressions.
1. On the Result Regex tab, tap the information icon for the regex.
2. Edit the Regex as required.
3. Edit the name as required.
4. Tap SAVE to record the changes.
Delete Custom Regex
1. On the Result Regex tab, tap the information icon for the regex.
2. Tap DELETE.
3. On the pop-up window, tap CONFIRMED.
Sequence Regex
By default, the Sequence Regex setting is disabled. The selected regex are
combined with “OR” logic, and the app checks if a character string matches any of
the selected expressions, so a candidate would be considered a match if it met the
criteria of regex1 OR regex2 OR regex3.
When Sequence Regex is enabled, the scan will pick up the character string
matched as regex with one regex item for one string.
The following examples would return matches if the character strings match the
regex in any order:
String1 matches regex1
String2 matches regex2
String3 matches regex3