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