Case Converter
Paste text and convert it to UPPERCASE, lowercase, Title Case, Sentence case, camelCase or snake_case with one tap.
How to convert text case
- Paste or type your text.
- Tap the case style you want.
- Copy the result from the output box.
Frequently asked questions
Can I convert back?
Yes — just tap a different case style; the result box always shows the latest conversion.
What's camelCase and snake_case used for?
They're common naming styles in programming — camelCase for variables in JavaScript, for example, and snake_case in Python.