You can utilize the following wild card characters in the Filter utility:
Wild Card Character | Description | Example |
% or * | Any string | '%computer%' or '*computer*' finds all strings with the word 'computer' anywhere in the string |
_ (underscore) | Any single character | '_ean' finds all four-letter strings that end with a (Dean, Sean, etc.) |
Notes:
A % character is added by default to the end of the string that is entered by the user in the Filter text box.
The filter is not case-sensitive.