Cómo String String Swift

let str = "Sunday, Monday, Happy Days"
print(str.lowercased())
Tame Tiger