Fixing headline casing or renaming code variables should not mean retyping everything. The TetraKits case converter transforms text across six styles with live output and copy.
Overview
Case conversion changes how letters are capitalized without changing the underlying words. Developers need camelCase and snake_case; editors need Title Case and Sentence case.
Case styles explained
| Style | Example | Common use |
|---|---|---|
| UPPERCASE | HELLO WORLD | Headlines, acronyms |
| lowercase | hello world | Normalizing input |
| Title Case | Hello World | Headings, book titles |
| Sentence case | Hello world | Body copy lead-ins |
| camelCase | helloWorld | JavaScript, Java variables |
| snake_case | hello_world | Python, SQL columns |
How to use
- Paste text in the input field.
- Click a case style button — output updates live.
- Click Copy to grab the converted text.
Count words with the word counter or check limits with the character counter.
FAQ
camelCase vs PascalCase?
camelCase lowercases the first word. PascalCase capitalizes it (HelloWorld). This tool outputs camelCase.
Multi-line text?
Yes. All styles work on paragraphs.
Is this converter free?
Yes. Text stays in your browser.


