|
Expression Wizard (Expr Wiz)
| [Previous] [Main] [Next] |
| · | Don't know. The value of the entry is unknown. e.g. The beginning of the file name may be unknown.
|
| · | Any character. Matches to any single character.
|
| · | The character. Matches to a character entered by the user in the Text field.
|
| · | Any one of these characters. Matches to any one of the characters entered by the user in the Text field.
|
| · | Any character except these. Matches to any character except the ones entered by the user in the Text field.
|
| · | The phrase. Matches to the specific phrase entered by the user in the Text field.
|
| · | Space(s). Matches to a space.
|
| · | Any numeric character. Matches to any numeric character, i.e. 0-9.
|
| · | Any text character. Matches to any alphabetic character, i.e. a-z.
|
| · | Zero or once. The entry type may or may not be there but if it is then it maps to one occurrence.
|
| · | Zero or many times. The entry type may or may not be there but if it is then it can map to one or more occurrences.
|
| · | Once only. The entry type must be there and is mapped to only one occurrence.
|
| · | Once or many times. The entry type must be there and can map to many occurrences.
|