The string with which to compare the range of the receiver specified by range.rangeによって指定されるレシーバの範囲と比較する文字列。
This value must not be nil. If this value is nil, the behavior is undefined and may change in future versions of macOS.
この値は、nilではいけません。この値がnilならば、その挙動は未定義です、そして将来のバージョンのmacOSでは変わるかもしれません。
mask
Options for the search—you can combine any of the following using a C bitwise OR operator: NSCaseInsensitiveSearch, NSLiteralSearch, NSNumericSearch.
検索のためのオプション — あなたはCビット単位OR演算子を使って以下のいずれかを結合できます:NSCaseInsensitiveSearch、NSLiteralSearch、NSNumericSearch。
The range of the receiver over which to perform the comparison. The range must not exceed the bounds of the receiver.
それに対して比較を実行することになるレシーバの範囲。範囲は、レシーバの境界を越えてはいけません。
Returns the result of invoking compare(_:options:) with NSCaseInsensitiveSearch as the only option.compare(_:options:)を発動する結果を返します、NSCaseInsensitiveSearchを唯一の引数として使います。
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.
これらの値は、文字列クラスのもつ検索および比較メソッドの多くで利用可能なオプションを表します。