Instance Method インスタンスメソッド

localizedStandardRange(of:)

Finds and returns the range of the first occurrence of a given string within the string by performing a case and diacritic insensitive, locale-aware search. 文字列内部である与えられた文字列の最初の出現の範囲を発見して返します、ケースと区別的発音符を考慮しない、ロケール対応検索によって。

Declaration 宣言

func localizedStandardRange(of str: String) -> NSRange

Parameters パラメータ

str

The string to search for. This value must not be nil. この文字列がないか捜します。この値は、nilではいけません。

Return Value 戻り値

The range of the first occurrence of str in the receiver. Returns {NSNotFound, 0} if str is not found. レシーバにおけるstrの最初の出現の範囲。{NSNotFound, 0}を返します、もしstrが見つけられないならば。

See Also 参照

Finding Characters and Substrings 文字と下位文字列を発見する