Previous Topic: Help With CommandsNext Topic: Help With Messages


Pattern Matching

Pattern matching allows you easily to specify more than one entity at a time when those entities have similar names. With pattern matching, you can specify all entities that begin with, contain, or end with particular characters. You can use the following characters for pattern matching:

*

Any number of characters

%

One character only

Example