* matches any number of letters (e.g. *rick would match Rick, Frederick and Patrick).
? matches a single letter (e.g. sm?th would match both Smith and Smyth).