widthInsensitive
Search ignores width differences in characters that have full-width and half-width forms, as occurs in East Asian character sets.
Declaration
static var widthInsensitive: NSString.CompareOptions { get }Discussion
For example, with this option, the full-width Latin small letter ‘a’ (U+FF41) is equal to the basic Latin small letter ‘a’ (U+0061).