![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
lower_string = LOWERCASE(string)
On return, contains the string in lowercase letters. Its syntax is V (variable-length character string) except that, if string is UN (Unicode), lower_string becomes UN. The string to convert to lowercase letters. Its syntax can be C (fixed-length character string), UN, V, or W (double-byte character).LOWERCASE lowercases EBCDIC strings using the TIBCO Object Service Broker EBCDIC casing rules and Unicode strings using the TIBCO Object Service Broker Unicode casing rules.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |