Alternating case flips every letter between lowercase and uppercase, producing the unmistakable “mocking SpongeBob” look used online to signal sarcasm. This converter applies the pattern cleanly and lets you choose which case it starts on.
How it works
The converter walks through the text one character at a time, keeping an internal toggle:
- If the character is a letter, it is forced to the current case and the toggle flips.
- If the character is anything else — a space, digit, or punctuation mark — it passes through unchanged and the toggle does not move.
Because only letters advance the toggle, the alternation stays visually consistent even across spaces and punctuation, rather than resetting at every word.
Example and notes
Starting lowercase, Gera Tools are great becomes gErA tOoLs aRe gReAt. This
style is purely for humour and is hard to read for people using screen readers,
so keep it out of professional writing, documentation, and any content that
needs to be accessible.