Examples
InputHello World
OutputhELLO wORLD
InputtHIS wAS cAPS lOCK
OutputThis Was Caps Lock
What is InVeRsE CaSe?
Inverse case (also called swap case or toggle case) flips the capitalisation of every letter: uppercase becomes lowercase and lowercase becomes uppercase. It is useful for correcting text that was accidentally typed with Caps Lock on.
When to use InVeRsE CaSe
Use inverse case to fix text typed with Caps Lock accidentally enabled, for creative text effects in design and social media, for testing case-sensitivity in software applications, and for any situation where you need to quickly flip the casing of existing text.
Other Converters
UPPERCASEConvert your text to UPPERCASE letters instantly.
lowercaseConvert your text to lowercase letters instantly.
Title CaseConvert your text to Title Case, capitalising the first letter of each major word.
Sentence caseConvert your text to Sentence case, capitalising only the first letter of each sentence.
camelCaseConvert your text to camelCase for use in programming.
PascalCaseConvert your text to PascalCase for class names and components.