lower
Syntax:
%lower(s)
return the string s in lowercase
Examples:
#SHOW %lower("this IS a test.")
displays:
this is a test.