Returns the result of invoking compare:options: with NSCaseInsensitiveSearch as the only option.compare:options:を発動する結果を返します、NSCaseInsensitiveSearchを唯一の引数として使います。
Returns the result of invoking compare:options:range: with no options and the receiver’s full extent as the range.compare:options:range:を発動する結果を返します、オプション無しそしてレシーバの持つ完全な広がりを範囲として使います。
Returns a Boolean value that indicates whether a given string matches the beginning characters of the receiver.
あるブール値を返します、与えられた文字列がレシーバの始まりの文字に合致するかどうかを指し示します。
Returns a Boolean value that indicates whether a given string matches the ending characters of the receiver.
あるブール値を返します、与えられた文字列がレシーバの終わりの文字に合致するかどうかを指し示します。
Returns a Boolean value that indicates whether a given string is equal to the receiver using a literal Unicode-based comparison.
あるブール値を返します、与えられた文字列がレシーバと等しいかどうかを指し示します、リテラルユニコード基盤の比較を使います。
These values represent the options available to many of the string classes’ search and comparison methods.
これらの値は、文字列クラスのもつ検索および比較メソッドの多くで利用可能なオプションを表します。