BarcodeTextRegExPattern
BarcodeTextRegExPattern
defines the regular expression pattern of barcode text characters for barcodes searching and result filtering. It set to an empty string by default which means there is no limitation on the barcode text characters.
Value Type | Value Range | Default Value | Template Structure Type |
---|---|---|---|
string | N/A | "" |
FormatSpecification |
Setting Methods
BarcodeTextRegExPattern
can be set via JSON template.
As JSON Parameter
BarcodeTextRegExPattern
as a JSON parameter is defined as below.
Key Name | Key Value |
---|---|
BarcodeTextRegExPattern | a string representing regular express pattern |
JSON Example
{
"BarcodeTextRegExPattern": " ^([*].+[*]|[+].+[+])$"
}