strLib.lowercase

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 syntax diagram

characterItem

A literal, variable, or expression that returns a character string of type CHAR.

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 reference
Text formatting (system words)
strLib.uppercase