The device 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 that match the specified string filter.
Include:
the device only includes barcode results that match 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.