Alternating Case Converter
Flip letters between lowercase and uppercase for mock, meme, or playful emphasis.
Keyboard: Ctrl or ⌘ + Enter copies. Escape clears. Text stays in this browser.
Part of Case converters
How alternating (mock) case is applied
This tool walks the string character by character and flips Latin letters between lowercase and uppercase, typically starting with a lowercase first letter so “hello world” becomes “hElLo WoRlD.” Digits, emoji, and punctuation are left alone so spacing and lists stay intact.
Memes, mock quotes, and when not to use it
Alternating case is a tone device for screenshots and informal replies. It is a poor choice for emails, legal copy, or anything a screen reader should announce clearly. Inverse case is the better repair tool when Caps Lock was on; sentence case is better when you want readable prose.
Unicode letters and copy-paste
Only standard A–Z / a–z pairs are flipped. Accented letters may stay in their original case depending on the mapping. Decorative Unicode “fonts” are different code points—run Unicode to Text first if you need a mock-case version of styled bios. Conversion stays in this browser.
How to use
1. This tool walks the string character by character and flips Latin letters between lowercase and uppercase, typically starting with a lowercase first letter so “hello world” becomes “hElLo WoRlD.” Digits, emoji, and punctuation are left alone so spacing and lists stay intact.
Frequently asked questions
Does alternating case start with lower or upper?
The converter starts with a lowercase letter, then upper, then lower, and so on for each alphabetic character. Non-letters do not advance the pattern.
Is this the same as sarcastic SpongeBob text?
That meme uses the same visual idea. This page applies a regular letter-by-letter swap rather than a random mix, so results are predictable.
Will search engines read alternating case as normal words?
Crawlers usually fold case. Readers and some accessibility tools do not. Keep mock case off titles, meta tags, and long articles.