localizedCaseInsensitiveContains(_:)
Returns a Boolean value indicating whether the string contains a given string by performing a case-insensitive, locale-aware search.
Declaration
func localizedCaseInsensitiveContains(_ str: String) -> BoolParameters
- str:
The string to search for. This value must not be
nil.