DOS Wildcard Expressions for Searching Views

You can use DOS wildcard expressions or UNIX regular expressions to search views. Following are the valid wildcard characters:

?
Match exactly one character.
*
Match zero or more characters.
text
Match specified text. The text search is not case-sensitive.

Note: Blanks (spaces) are considered part of the search expression.

Examples

Following are several examples of search commands. The examples are based on views containing the following resources:

Note*
Search for all resources that start with Note. Results: Notes client.
*gateway
Search for all resources that end with gateway. Results: SMTP Gateway.
* *
Search for any resource with at least one imbedded blank. Results: SMTP Gateway, Mail switch, Notes client.
*w*
Search for a resource with a w in it. Results: Mail switch, SMTP Gateway.