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

localizedStandardContainsString:

Returns a Boolean value indicating whether the string contains a given string by performing a case and diacritic insensitive, locale-aware search. あるブール値を返します、文字列がある与えられた文字列を含んでいるかどうか、ケースおよび区分摘発音符を考慮しない、ロケールを意識する検索を実行することによって指し示します。

Declaration 宣言

- (BOOL)localizedStandardContainsString:(NSString *)str;

Parameters パラメータ

str

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

Return Value 戻り値

YES if the receiver contains str, otherwise NO. YES、もしレシーバがstrを含むならば、そうでなければNO

See Also 参照

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