Masking |
The mandatory fields "manufacturer", "order number", "article / type", "denomination" and "standard" must be filled out by masking.
In the field "manufacturer" a certain manufacturer or the entry "manufacturer without indication of corporation" must be entered.
The masking of the fields "manufacturer", "order number", "article / type", "denomination" and "standard" offers two possibilities: •simple masking •RegEx masking
Usually the simple masking is sufficient. Tricky masking can be described by regular expressions (= RegEx; please find further information on the web http://www.regexr.com ).
Simple masking: The following wildcards are permitted: •"*" for any number of characters •"?" for one character Special characters are allowed but not relevant for checkings.
RegEx masking: In the masking for "manufacturer", "order number", "article / type" and "denomination" only regular expressions are allowed. Please find further information on the web http://www.regexr.com . Example: any number of characters: "*" Attention! Special characters are not eliminated before checkings. |