Toolcedar

Case Converter

Convert text between upper case, lower case, title case, sentence case, camelCase, snake_case and kebab-case, all at once.

  • UPPER CASE
  • lower case
  • Title Case
  • Sentence case
  • camelCase
  • PascalCase
  • snake_case
  • kebab-case

How to use the Case Converter

  1. Paste your text. Every conversion is calculated at once as you type.
  2. Copy the one you need. Each format has its own copy button beside it.

Frequently asked questions

What is the difference between title case and sentence case?
Title case capitalises the significant words in a heading, while sentence case capitalises only the first word and any proper nouns, exactly as you would write an ordinary sentence.
Which small words stay lowercase in title case?
Short articles, conjunctions and prepositions such as a, an, the, and, or, of and in stay lowercase unless they open or close the title. Style guides disagree on the exact list.
When would I use camelCase or snake_case?
They are programming conventions. JavaScript and Java favour camelCase for variables, Python and SQL favour snake_case, and kebab-case is standard in URLs, CSS class names and file names.
Does converting case damage accented characters?
No. The conversions use the browser locale-aware case rules, so accented letters and non-Latin scripts are handled correctly rather than being stripped.

Last updated