Type Property 型プロパティ

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). 例えば、このオプションで、全角ラテン小文字 'a'(U+FF41)は基本ラテン小文字 'a'(U+0061)と等しいです。