Format
lowertext(T)
Returns
A lowercase text string.
Args
T: A text string.
Make all of the characters of T lowercase.
L = lowertext("HI THERE") // = "hi there"
lowertext(T)
A lowercase text string.
T: A text string.
Make all of the characters of T lowercase.
L = lowertext("HI THERE") // = "hi there"