Specify patterns using the following
special characters:
- * (asterisk)
- To specify a wildcard value. An asterisk must be the last character
in the value. The characters up to the asterisk are compared for an
exact match. For example, ABC* will match any User ID beginning with
ABC.
- ? (question mark)
- To specify any character match. A question mark specifies that
any User ID character, in the same position, will be matched. For
example, AB??EF will result in the match of any User ID characters
in the third and fourth positions. The User ID ABCDEF will be matched,
as will ABXYEF.