Alternating Case Converter
Convert text into alternating upper and lower case, letter by letter.
This tool runs entirely in your browser. Your files are never uploaded to a server.
What this tool does
Rewrites recognized letters in a fixed lowercase-uppercase sequence, always beginning with lowercase. It creates the alternating style often used for playful, ironic, or meme-like text without depending on the input's original casing.
How to use it
Paste or type text in the input area and the converted result appears immediately. Copy the output or reset the field; the mode buttons also let you try uppercase, lowercase, title, capitalized, sentence, or inverse case on the same text.
Worked example
Entering "HELLO, WORLD 2026!" produces "hElLo, WoRlD 2026!". The comma, space, digits, and exclamation mark remain unchanged and do not consume a position in the alternating letter sequence.
Alternation rules
The first recognized letter is lowercased, the second is uppercased, and the pattern continues across the entire input. Existing capitals are ignored, so "hello", "HELLO", and "HeLLo" all produce the same alternating result.
Spaces, numbers and punctuation
Characters that do not match the component's ASCII letter test pass through unchanged. They neither restart nor advance the toggle, which means the sequence continues consistently across spaces, line breaks, digits, and punctuation.
Limitations
Only the English letters a-z and A-Z participate in alternation. Accented or non-Latin letters remain unchanged and do not advance the sequence, so review multilingual output before using it; the tool also does not infer tone or suitability.
Uses and privacy
Alternating case can add a stylized voice to informal posts, captions, chats, and examples, but may reduce readability and accessibility in longer text. Conversion runs entirely in your browser and the entered text is not uploaded.
Frequently Asked Questions
- Where does this "mocking" text style come from?
- It's the format popularized by the "mocking SpongeBob" meme, widely used online to convey sarcasm or mockery in text.
- Do spaces and punctuation break the alternating pattern?
- No — non-letter characters are passed through unchanged and don't count toward the toggle, so the letter sequence keeps alternating correctly across spaces, numbers, and punctuation.
- Does the result depend on the original capitalization of my text?
- No — alternating case always starts lowercase and toggles every letter in a fixed sequence, regardless of how the input was capitalized. This is what makes it different from inverse case, which does depend on the original casing.