InvertCase
Inverts the letter case for each letter in a string.
Syntax
-
InvertCase(s)-
sis a string
-
Description
InvertCase(s) returns s with the letter case of each letter inverted.
Examples
InvertCase("i WANT TO VISIT THE uNITED kINGDOM!")
I want to visit the United Kingdom!