Imagix 4D User Guide |
![]() | |||||
|---|---|---|---|---|---|---|
|
|
|||||
Glob-style is the easier, but more limited of the two forms. A glob-style pattern may contain any of the following special characters:
| ? | Matches any single character. | |
| * | Matches any sequence of zero or more characters. | |
| [chars] | Matches any single character in chars. If chars contains a sequence of the form a-b then any character between a and b (inclusive) will match. | |
| \x | Matches the character x. |