All Text

Case Converter

Convert text between UPPERCASE, lowercase, Title, camelCase, snake_case, kebab-case.

case-converter.local
Result
The converted text will appear here.

How to use it

  1. Type or paste your text.
  2. Click the case you want, such as Title Case or snake_case.
  3. Copy the converted result.

About this tool

The case converter rewrites text into uppercase, lowercase, title, sentence, camelCase, snake_case, or kebab-case. The identifier styles (camel, snake, kebab) split on spaces and capital letter boundaries and keep only letters and numbers, so symbols and accented characters are dropped from those three. The plain styles (upper, lower, title, sentence) preserve all of your characters.

Examples

Inputhello world, into Title Case
OutputHello World
Inputuser profile id, into snake_case
Outputuser_profile_id

Common uses

  • Format a heading in title case
  • Turn a label into a code friendly name
  • Fix text that arrived in all caps
  • Make a slug or variable name

FAQ

Does this send my text anywhere?
No. Every conversion happens in your browser. Your text stays on your device.
Which cases are supported?
UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case.
Can I copy the result?
Yes. The output has a copy button that puts the converted text on your clipboard.

Related tools

Embed this tool

Paste this snippet to put the tool on your own site. It runs entirely in the visitor's browser, the same as it does here.

<iframe src="https://tooldok.com/embed/case-converter/" title="Case Converter by Tooldok" width="100%" height="560" style="border:1px solid #16130d;border-radius:16px;max-width:720px" loading="lazy"></iframe> <p style="font:13px sans-serif"><a href="https://tooldok.com/tools/case-converter/" target="_blank" rel="noopener">Case Converter</a> by <a href="https://tooldok.com/" target="_blank" rel="noopener">Tooldok</a></p>