The string-formatting function StrLib.lowerCase converts all uppercase values in a character string to lowercase values. Numeric and existing lowercase values are not affected.
StrLib.lowerCase(text STRING in) returns (result STRING)
The StrLib.lowerCase function has no effect on double-byte characters in items of type DBCHAR or MBCHAR.
To convert lowercase values to uppercase values, use the StrLib.upperCase string-formatting function.
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library StrLib
upperCase()