For detailed information about Barcode Definitions and how to create/edit them see Barcode Definitions.
Special Characters | Special Character Description | Description |
---|---|---|
* | Asterisk | Wildcard that matches 0 or more characters |
? | Question mark | Represents one character |
[ ] | Open and close square bracket | Specify an array of characters listed to match the specified character position |
For detailed information on special characters see Pattern Matching
?
translates to a single character*
translates as a wild card and matches anything Barcode US01.CONT.CT100100
The filter will dissect the barcode to:
US01
CONT
CT100100