The Connectivity Gateway supports string filtering modes such as exclude and include and string filters such as exact match, start with, ends with, contains, and regex.
Exclude: the device excludes barcode results matching the specified string filter.
Include: the device only includes barcode results matching the specified string filter.
Supported string filters include:
Disabled: disables string filtering.
Exact Match: filters strings that exactly match the input string.
Start With: filters string matches at the beginning of the string.
Ends With: filters string matches at the end of the string.
Contains: filters string matches anywhere in the string.
RegEx: uses a regular expression to define string filtering.