Using NSPredicate to determine if a string equals another string September 4, 2023 by Tarik Try [NSPredicate predicateWithFormat:@"title ==[c] 'on call'"]; (The [c] makes the equality comparison case-insensitive.)