Documentation

lower

Syntax: %lower(s)

return the string s in lowercase

Examples:

#SHOW %lower("this IS a test.")

displays:

this is a test.

Add comment

Login or register to post comments