This tool converts your text to InVeRsE CaSe – that is, it swaps the case of each letter (uppercase becomes lowercase and vice versa). In addition to the basic conversion, this tool offers robust and flexible options: • Option 1: Convert the entire text. • Option 2: Convert only words that contain specified substring(s). • Option 3: Convert the entire text except words containing specified substring(s). • Option 4: Display the converted text using a custom format (using {text} as a placeholder). Simply enter your text, set any desired options, and click the Process button.
Examples:
Convert Entire Text
Every letter in the text is converted to its opposite case.
Hello World!
hELLO wORLD!
Convert Only Words Matching Specified Substrings
Only words containing the specified substring(s) are converted. For example, specifying "test" converts "Testing" but leaves "example" unchanged.
This is a Testing example.
This is a tESTING example.
Convert Except Words Containing Specified Substrings
Converts the entire text except for words that contain the specified substring(s). For example, excluding "keep" leaves "Keep" unchanged.
Please keep this text intact but convert the rest.
pLEASE keep THIS TEXT INTACT BUT CONVERT THE REST.
Custom Format Display
Converts the entire text to inverse case and displays it with a custom format.
Hello Inverse!
Converted: hELLO iNVERSE!