Type Property 型プロパティ

normalized

A predicate that indicates you’ve preprocessed the strings to compare. ある述部、それはあなたが比較するために文字列を前処理したことを指し示します。

Declaration 宣言

static var normalized: NSComparisonPredicate.Options { get }

Discussion 議論

This option supersedes NSCaseInsensitivePredicateOption and NSDiacriticInsensitivePredicateOption, and is a performance optimization option. このオプションは、NSCaseInsensitivePredicateOptionNSDiacriticInsensitivePredicateOptionに取って代わります、そしてある性能最適化オプションです。

You represent this option in a predicate format string using a [n] following a string operation (for example, "WXYZlan" matches[n] ".lan"). あなたは、このオプションを述部書式設定文字列において[n]を使ってそれに文字列演算を続けることで表します(例えば、"WXYZlan" matches[n] ".lan")。