User Guide : Using Content Extraction Language : Language Syntax and Examples : LCase (strexpr)
 
Share this page                  
LCase (strexpr)
This built-in function returns a string in which all letters of an argument have been converted to lowercase.
Example
#This expression will cause the string data in Field1 of the Source data file to be
#converted to lowercase in the target file.
LCase(Field1)