I was using the StringScore library and was surprised to find that strings differing in case scored a 0. For example, the scoring the string 'sucre' against the string 'SUCRE' resulted in a score of 0. Perhaps a flag can be added like NSStringScoreOptionIgnoreCase?