Is there any way to do an accent insensitive string comparison? For example, é == e? I couldn't find any options to pass rangeOfString:options:. Any help is greatly appreciated.
You want to pass the NSDiacriticInsensitiveSearch
option to whichever method you use (e.g. compare:options:
or rangeOfString:options:
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With