TextyConverterbeta
⌘K

aLtErNaTiNg CaSe Converter

Convert text to aLtErNaTiNg cAsE — the 'mocking SpongeBob' meme style. Each letter flips case.

0 characters
0 characters

About aLtErNaTiNg CaSe Converter

Alternating case (also known as 'mocking SpongeBob' case) flips the case of consecutive letters: even-indexed letters become lowercase, odd-indexed letters become uppercase. The result has a distinctive sarcastic, mocking tone in internet writing — popularized by the 'mocking SpongeBob' meme from 2017.

When to use it

  • Mocking a statement in a chat or social-media post
  • Producing the SpongeBob mockery meme caption
  • Creating distinctive display text where uniform case feels too tame

How it works

The input is iterated as Unicode code points. Only letter characters increment the index — punctuation, digits, and spaces don't affect the alternation pattern. Even letters (0, 2, 4…) are lowercased; odd letters (1, 3, 5…) are uppercased.

Examples

Classic mockery
I love mondays
i LoVe MoNdAyS

Frequently asked questions

Why don't spaces affect the alternation?
Counting only letters makes the pattern visually consistent across multi-word inputs. If spaces reset the count, words of different lengths would start with different cases.
Is it accessibility-friendly?
Not particularly. Screen readers read the text normally, but visually impaired users may find the irregular case harder to parse. Use sparingly and only for short text.

Related tools