Wildcard search
You can enter wildcard symbols # and * to perform a search with patterns.

-
The
#symbol can be added to a search string to search a single character. Consider the following example:- The search string
te#tresults in bothtestandtext.
- The search string
-
The
*symbol can be added to a search string to search multiple characters. Consider the following examples:- The search string
tes*results intest,testing, andtester. - The search string
te*tresults intestandtempest. - The search string
*estresults intestandsimplest.
- The search string