Return Value
戻り値
An NSRange
structure giving the location and length in the receiver of
あるNSRange
構造体で、レシーバの中の位置と長さを与えています
searchString
within
rangeOfReceiverToSearch
in the receiver, modulo the options in mask
. The range returned is relative to the start of the string, not to the passed-in range. Returns {
NSNotFound
, 0}
if
レシーバにおいて、mask
の中のオプションをモジュロします。返される範囲は、文字列の始まりに相対的です、渡される範囲にではなく。{
NSNotFound
, 0}
を返します、もし
searchString
is not found or is empty (""
).
が見つけられないまたは空(""
)ならば。
Discussion
議論
NSString
objects are compared by checking the Unicode canonical equivalence of their code point sequences.
NSString
オブジェクトは、それらのコード点シーケンスをユニコード正準同等性を調べることによって比較されます。
T
he length of the returned range and that of
返される範囲の長さと
searchString
may differ if equivalent composed character sequences are matched.
のそれは、異なるかもしれません、もし同等の合成文字列が照合されるならば。