The strLib.lowerCase() system function converts all uppercase values in a character string to lowercase values. Numeric and existing lowercase values are not affected.
To convert lowercase values to uppercase values, use the strLib.upperCase() system function.
strLib.lowerCase( text STRING? in) returns (result STRING?)