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