Uppercase all characters in a string Mar 6, 2016 This example shows how to uppercase every letter in a string. "HELLO WORLD!" = String.upcase("Hello World!") Documentation: String.upcase/1