Need better scanning performance?
BarcodeTextRegExPattern
Parameter BarcodeTextRegExPattern defines the regular expression pattern of barcode text characters for barcodes searching and result filtering.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── BarcodeTextRegExPattern
Parent object: BarcodeFormatSpecification object
Example:
{
"BarcodeTextRegExPattern": " ^([*].+[*]|[+].+[+])$"
}
- This snippet shows only the
BarcodeTextRegExPatternparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
BarcodeTextRegExPattern is set to an empty string by default which means there is no limitation on the barcode text characters. The structure of the BarcodeTextRegExPattern is shown as follow:
| BarcodeTextRegExPattern Parameter Details |
|---|
| Type string |
| Range N/A |
| Default Value ”” |