2012

Table Of Contents
DefinitionCharacter
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 on page 542
To quickly filter the display of layers by name
1 Click Home tab Layers panel Layer Properties
2 In the Layer Properties Manager, click in Search for Layer below the tree
view.
3 (Optional) To limit your search, select a layer filter in the tree view.
4 Enter a string of characters, including wild-card characters.
The list view displays all layers whose names match the string. For
example, if you enter *mech*, all layers with the letters mech in their
names are displayed.
This quick filter is discarded when the Layer Properties Manager closes.
Filter and Sort the List of Layers | 539