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