Matching zero or more symbols means that a pattern like 'a%' matches both 'Anne' and abbreviations like 'A'.
'a%'
'Anne'
'A'
Make sure to pick %.
%