regexFilter property

String regexFilter
getter/setter pair

Regular expression filter for barcode text. If the barcode text does not match the regular expression, it will not be scanned. The default is an empty string (setting is turned off).

Default is ""

Implementation

String regexFilter;