This function converts a string to uppercase or lowercase.
CASE({UPPER|LOWER},string)
Parameters
Translates to uppercase.
Translates to lowercase.
1- to 256-character input string.
ARG n MISSING OR INVALID
Example
case('lower','ABC') == 'abc' /* Translate a string to lowercase */ case('upper','abc') == 'ABC' /* Translate a string to uppercase */
Copyright © 2014 CA Technologies.
All rights reserved.
|
|