Search Hints

On some menus you may be able to search for user name, document name, account number, or other items.

You can use wildcard characters to find items that contain full or partial terms or match a character pattern.

* The asterisk matches any number of characters.
? The question mark matches any single character.

Examples

Jo* Matches names such as John, Joe, Joanna, Joaquin and Joseph.
*on Matches names such as Peterson, Anderson, Paterson and Wilson.
*n* Matches names such as Robinson, Hernandez, Jones and Martinez.
?23 Matches 123, 223, 323, 423, etc.
1??4 Matches 1234, 1324, 1444, 1574, etc.
1?3* Matches 123, 1234454, 1739999, 1931, etc.