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"

See also