Case Converter
NewInstantly convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case and CONSTANT_CASE.
Last updated June 2025 2 min read Works in browser Privacy first
The Quick Brown Fox Jumps Over The Lazy Dog
Steps
How to use
- Paste your text.
- Pick the target case.
- Copy the result.
Why you’ll love it
Benefits
Free forever
No trials, no paywalls, no ads inside the tool.
Zero friction
No sign up, no email, no cookies you didn’t ask for.
Fast by design
Interactions render in under 200ms on modern devices.
In practice
Examples
- "hello world" → "helloWorld" (camelCase).
- "hello world" → "hello-world" (kebab-case).
Tips
Pro tips
- Title Case respects word boundaries. Sentence case respects punctuation.
Watch out
Common mistakes to avoid
- Skipping validation before copying the output.
- Not double-checking the input for hidden characters (leading spaces, invisible unicode).
- Sharing sensitive data through URLs — use the copy button instead.
Frequently asked questions
Made with care by ToolMint