Reference: invertCase
invertCase(str) returns the string str with all characters case-inverted. Example: invertCase("this is a brief text. a very brief text, actually.") = "THIS IS A BRIEF TEXT. A VERY BRIEF TEXT, ACTUALLY."
invertCase(str) returns the string str with all characters case-inverted. Example: invertCase("this is a brief text. a very brief text, actually.") = "THIS IS A BRIEF TEXT. A VERY BRIEF TEXT, ACTUALLY."