'*' - matches any character string (e.g. rest* matches 'restraint' and 'restaurant')
'?' - matches a single character (e.g. st?n? will match 'sting', 'stone', 'stink' etc)