how to low case string swift

Swift
let str = "Sunday, Monday, Happy Days"
print(str.lowercased())
Source

Also in Swift: