lower
The lower function converts the input string to lowercase.
Usage
lower(field)Example:
eval user_lower = lower(user)This creates a new field user_lower with the lowercase value of user.
The lower function converts the input string to lowercase.
lower(field)Example:
eval user_lower = lower(user)This creates a new field user_lower with the lowercase value of user.