Quickly reverse text case – turn uppercase letters to lowercase and lowercase to uppercase, with flexible options to fit your needs
Invert all letter cases (default): Flips all uppercase letters to lowercase and vice versa.Invert initial letter of each word: The first letter of each word is capitalised if it was lowercase, and lowercased if it was uppercase, and the case of the rest of the word is unchanged.Invert first letter of each sentence: Capitalises the first letter of each sentence if it's lowercase and lowercases it if it's uppercase, based on standard sentence-ending punctuation (. ! ?).Text case inversion is a particular text transformation that changes the case of letters in a systematic way. An inverter does a conditional switch, unlike ordinary capitalisation tools that will make the text all-capital or all-lowercase. This procedure is based on the Unicode character codes that make up each letter. The basic idea is to check if a character's code is in the uppercase letter range (A-Z) and convert it to lowercase, or in the lowercase letter range (a-z) and convert it to uppercase. The numbers, symbols and spaces are not affected, keeping the structure of your original content. You can use this tool to flip the case of each character, or limit it to linguistic structures such as phrases and sentences for more subtle editing.
This section answers the most frequently asked questions concerning the Text Case Inverter tool, its operation and its uses. If you have a query that isn’t answered here, try out the “Show Example” button to see a hands-on demonstration of what this tool can do.
Case inversion should be distinguished from other common text modifications. The table below makes a clear comparison and shows the unique function of our inverter. Following the table is a more in-depth comparison of two related ideas, Title Case and Toggle Case, outlining when to use one tool over another.
| Type of Transformation | Key Function | Example (Input → Output) |
|---|---|---|
Case Inversion | Swaps uppercase to lowercase and vice-versa. | HeLLo → hEllO |
Lowercase | Converts all letters to lowercase. | Hello World → hello world |
Uppercase | Converts all letters to upper case. | Hello World → HELLO WORLD |
Sentence case | Capitalizes the initial word and all proper nouns. | the swift fox → The swift Fox |
Title Case is a style rule for capitalising words in titles and headings. It has some rules concerning which words are capitalised (e.g., nouns, verbs) and which are not (e.g., articles, short prepositions).
Case Inversion in its "first letter" modes is a mechanical switch based on existing case, not a grammatical rule. Applying "Invert first letter of each word" to "the lord of the Rings" would result in "The Lord Of The Rings" (incorrect grammar for title case, since "of" should be lowercase).
Use Title Case for appropriate publishing formatting. Use Word-First Mode in Case Inversion to swiftly change the capitalisation state of leading letters without worrying about grammar.
Toggle Case (or "tOGGLE cASE") is just another name for the "Invert all letter cases" function. They both mean the same thing. To flip all the uppercase characters with lowercase characters and all the lowercase characters with uppercase characters. This is the primary default mode of our tool.
The main difference with our tool is the *granularity added*, with the option to invert at the word level or the sentence level, instead of a basic uniform toggle.