Wildcard characters in selection criteria
You can use wildcard characters on most of the fields in the various Selection Criteria panels.
When you want to create a pattern for values in your selection criteria, you can use the wildcard characters to program the pattern into the Rule.
You can utilize the following wildcard characters:
Wildcard character | Description |
---|---|
+ | Represents any character or blank space |
* | Represents any number (including zero) of nonblank characters |
¬ | Indicates a negative logic test (¬ABCD matches all except ABCD). |
‘ | Acts as a toggle switch and thus cannot be coded in the Text String or Variable dependencies panel The first single quotation mark turns pattern matching off, the next turns it on again. Pattern matching must be used in place of single quotation marks. For example, the string *IS A* or *TEST MESSAGE* matches THIS 'IS A' TEST MESSAGE. |