Description
Converts all the characters in a string to lowercase.
Syntax
Lower ( string )
Return value
String. Returns string with uppercase letters changed to lowercase if it succeeds and the empty string ("") if an error occurs.
Examples
This expression returns castle hill:
Lower("Castle Hill")
See also
Lower in the section called “Lower” in PowerScript Reference