Wildcard Characters
There are a couple of wildcard characters that are unique to filtering case views.
They are:
- % (percent) - Matches zero or more of any character. This works the same as an asterisk (*).
- _ (underscore) - Matches any single character. This works the same as a question mark (?).
For general information about using wildcard characters, see Using Wild Card Characters.
Copyright © Cloud Software Group, Inc. All rights reserved.