An expression editor function that makes a string’s characters lowercase.
lowercase(string)
lowercase("Hello World")
"hello world"