Lowercase all characters in a string
This example shows how to lowercase every letter in a string.
"hello world!" = String.downcase("Hello World!")
Documentation: String.downcase/1
This example shows how to lowercase every letter in a string.
"hello world!" = String.downcase("Hello World!")
Documentation: String.downcase/1