Need better scanning performance?
BarcodeTextRegExPattern
Parameter BarcodeTextRegExPattern defines the regular expression pattern of barcode text characters for barcodes searching and result filtering.
Example
{
"BarcodeTextRegExPattern": " ^([*].+[*]|[+].+[+])$"
}
Parameter Summary
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 Summary |
|---|
| Type string |
| Range N/A |
| Default Value ”” |