Skip to content

Instantly share code, notes, and snippets.

@tkausch
Created October 23, 2020 14:47
Show Gist options
  • Save tkausch/d3cf6a8be92fca0af390535920efeb4b to your computer and use it in GitHub Desktop.
Save tkausch/d3cf6a8be92fca0af390535920efeb4b to your computer and use it in GitHub Desktop.
How to convert a string to lowercase letters
let str = "Sunday, Monday, Happy Days"
print(str.lowercased())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment