| |||
| Home > Working with Browsers > Using the Data Navigator pane > Applying a filter | |||
Using a filter enables you to narrow down the search when displaying the list of images, modules, functions, or variables in the Data Navigator pane. When you specify a filter, the list of functions and variables is filtered accordingly. That is, only those functions and variables that match the filter are displayed.
The syntax for specifying a filter is:
For modules:
@image_name\module_name\*
The \* suffix is optional.
For functions:
@image_name\module_name\function_name
For variables:
@image_name\module_name\variable_name
Module names qualify symbolic references. See Module naming conventions for details on using module names.
Table 9.1 shows
the metacharacters you can use to specify the filter rule or rules.
When entering a filter, characters are case sensitive, for example
the filter *DHRY* returns a list of three modules
but *dhry* returns an empty list.
When you have completed the filter, press Enter and the list is refreshed. By repeatedly entering filters, and pressing Enter, you can refine the search to focus on selected modules, files, functions or variables.
Table 9.1. Filter metacharacters
Metacharacter | Description |
|---|---|
| This operator matches any character or
number of characters, for example |
| This operator matches any single character,
for example |
| List operators enable
you to define a set of items to use as a filter. The list items
must be enclosed by square brackets, for example |
| This operator is used inside a list,
to represent a NOT action, for example |
| Range operators
enable you to define a range of items to use as a match. The range
must be enclosed within square brackets, for example |
| Used as the first character in a filter,
this operator means do not match. For example, |