Algosim documentation: InvertCase

InvertCase

Inverts the letter case for each letter in a string.

Syntax

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!

See also