Alternate Case

Convert text to aLtErNaTiNg case instantly — the sponge/mocking text style with every other letter capitalized. Free, client-side case generator.

🔒 100% Client-Side Processing

Your data is processed entirely in your browser and never transmitted to any server.

0 / 100M Limit

Common Use Cases

Making meme text

Produce the mocking SpongeBob sTyLe for social replies and image captions without hand-alternating every letter.

Testing case handling

Generate deterministically mixed-case strings to fuzz case-insensitive search, sorting, and validation code.

Stylized usernames

Create alternating-case display names and bios for platforms where the style is part of the joke.

Frequently Asked Questions

What is alternating (sponge) case?
Text where letter case flips character by character — "hello there" becomes "hElLo tHeRe". It is the "mocking SpongeBob" meme format, and occasionally useful for generating case-sensitivity test strings.
Which letters get capitalized?
Characters at even positions stay lowercase and odd positions become uppercase, counting every character including spaces — so the pattern is deterministic, not random. For randomly mixed case, use the Randomize Case tool.
Where does the mocking text convention come from?
It spread in 2017 as a "Mocking SpongeBob" image macro, where alternating capitals stood in for a sarcastic, sing-song repetition of someone else's words. The styling long predates the meme on forums and IRC, but that is when it became widely legible as sarcasm rather than as noise.
Will screen readers handle alternating case properly?
Often badly. Some screen readers treat runs of capitals as initialisms and spell them out letter by letter, so mocking text can be read aloud as a string of individual characters. Anything that must remain accessible should carry the sarcasm in the wording rather than the capitalisation.
How do I turn mocking text back into normal text?
Send it through the Lowercase Converter to flatten every capital, then the Sentence Case Converter to restore capitals at sentence starts. The original capitalisation of proper nouns cannot be recovered, because alternating case destroyed the information that distinguished them.
Is my data private when I use this tool?
Yes. This tool runs entirely in your browser using client-side JavaScript — nothing you type is transmitted to, logged by, or stored on any server. You can safely process confidential text, tokens, or code.