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(text STRING in)
  returns (result STRING)
result
A variable of type STRING.
text
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
EGL library StrLib
upperCase()

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.