This tool converts your text to toggle case, where every alphabetic character is replaced with its opposite case (uppercase becomes lowercase and vice versa). It provides flexible options so you can: • Toggle every letter in the text. • Toggle only specified letters. • Toggle all letters except those explicitly allowed. • Toggle letters and display each using a custom format. Simply enter your text and select the processing mode that suits your needs.
Examples:
Toggle All Letters
Every letter is toggled: uppercase becomes lowercase and vice versa.
Hello World!
hELLO wORLD!
Toggle Only Specified Letters
Only toggles letters that match the specified list. For example, if you specify "a, e", only the letters 'a' and 'e' are toggled.
Apple Banana
aPplE Banana
Toggle All Except Allowed Letters
Toggles every letter except those allowed. For instance, if you allow "l, o", those letters remain unchanged.
Hello World!
HeLLo WoRLD!
Toggle Letters with Custom Format
Each toggled letter is replaced using your custom format. For example, using "[{letter}]" wraps each toggled letter in square brackets.
Hello World!
[h][E][L][L][O] [w][O][R][L][D]!