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?) -> StringParameters
Return Value
A lowercase string using the locale.
Discussion
Case transformations aren’t guaranteed to be symmetrical or to produce strings of the same lengths as the originals. See lowercased for an example.