Text UtilitiesText ConvertersFree Tool
Alternating Case
Convert text to aLtErNaTiNg cAsE ("sarcasm case") by alternating upper/lowercase on every character position.
How to Use Alternating Case
- 1Paste your text
- 2View the aLtErNaTiNg cAsE result instantly
- 3Copy it to your clipboard
Frequently Asked Questions
By character position, counting every character including spaces and punctuation — so word boundaries don't reset the pattern, and a space can "use up" a position in the alternation.
Because the pattern is based on the character's index in the whole string (starting lowercase at position 0), not on whether it's the start of a word — inserting or removing a character earlier in the text shifts everything after it.
No — the conversion happens entirely in your browser.
Related Tools
Uppercase Converter
Convert any text to ALL UPPERCASE using JavaScript's built-in Unicode-aware case mapping.
Lowercase Converter
Convert any text to all lowercase using JavaScript's built-in Unicode-aware case mapping.
Title Case Converter
Capitalize the first letter of every word — a simple word-by-word title case, not a style-guide-aware converter.
Reverse Text
Reverse the character order of any text, flipping it back to front.