Contents

localizedLowercase

Returns a version of the string with all letters converted to lowercase, taking into account the current locale.

Declaration

var localizedLowercase: String { get }

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.

See Also

Changing Case