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

localizedStandardContains(_:)

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

Declaration 宣言

func localizedStandardContains(_ str: String) -> Bool

Parameters パラメータ

str

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

Return Value 戻り値

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

See Also 参照

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