Case Converter
Convert text between nine cases instantly, from shouting UPPERCASE to developer-friendly camelCase and snake_case.
How to use
- Paste your text.
- Pick the target case.
- Copy the result.
Examples
hello world example
Output: helloWorldExample (camelCase), hello_world_example (snake_case).
Frequently asked questions
Title Case vs Sentence case?
Title Case capitalizes every word; Sentence case only the first word of each sentence.