An expression editor function that makes a string’s characters lowercase.
uppercase(string)
uppercase("Hello World")
"HELLO WORLD"