IBM Integration Bus, Version 10.0.0.1 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


LOWER and LCASE functions

The LOWER and LCASE functions are equivalent, and manipulate CHARACTER string data; they both return a new character string, which is identical to source_string, except that all uppercase letters are replaced with the corresponding lowercase letters.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-+-LOWER-+--(--source_string--)------------------------------><
   '-LCASE-'                        

For example:
LOWER('Mr Smith') 
returns 'mr smith'.
LOWER('22 Railway Cuttings')
returns '22 railway cuttings'.
LCASE('ABCD')  
returns 'abcd'.

ak05210_.htm | Last updated 2015-05-28 20:51:17