words ending with an asterisk will match all words with this prefix (for example, word* will match word, words, or wordy.
words starting with an asterisk will match all words with this suffix (for example, *ping will match ping, jumping, or dumping.
words enclosed by asterisks will match all words containing these characters (for example, *box* will match box, boxer, shoebox, or shoeboxes.
