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