2013

Table Of Contents
Wild-Card Characters
You can use wild-card characters to sort layers by name.
DefinitionCharacter
Matches any numeric digit# (pound)
Matches any alphabetic character@ (at)
Matches any nonalphanumeric character. (period)
Matches any string and can be used anywhere in the search
string
* (asterisk)
Matches any single character; for example, ?BC matches ABC,
3BC, and so on
? (question mark)
Matches anything but the pattern; for example; ~*AB*matches
all strings that don't contain AB
~ (tilde)
Matches any one of the characters enclosed; for example,
[AB]C matches AC and BC
[ ]
Matches any character not enclosed; for example, [~AB]C
matches XC but not AC
[~]
Specifies a range for a single character; for example, [A-G]C
matches AC, BC, and so on to GC, but not HC
[-]
Reads the next character literally; for example, `~AB matches
~AB
` (reverse quote)
NOTE To filter on a layer name that contains a wild-card character, precede the
character with a reverse quote (`) so that it is not interpreted as a wild-card
character.
See also:
Reconcile New Layers (page 113)
112 | Chapter 6 Create and Modify Objects