Syntax: |
string = TCASE(string)
|
The TCASE
function toggles the case for each character
in a string. The argument should be a string and it returns a string. The argument is not
modified.
Example
function | result |
TCASE('This Is A String') |
tHIS iS a sTRING |