lowercased(with:)
Returns a version of the string with all letters converted to lowercase, taking into account the specified locale.
Declaration
func lowercased(with locale: Locale?) -> StringReturns a version of the string with all letters converted to lowercase, taking into account the specified locale.
func lowercased(with locale: Locale?) -> String