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
*sales *
%%dec *rep*
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|