⚡ Utility Tools

Case Converter

Switch text between upper, lower, title, sentence, camel, snake and kebab case.

About the Case Converter

The Case Converter switches text between uppercase, lowercase, title case, sentence case, camelCase, snake_case and kebab-case. It is a fast fix for reformatting headings, variable names, slugs or messy pasted text.

Frequently asked questions

Title case capitalises the first letter of each major word, the way a headline does; sentence case capitalises only the first word and proper nouns, like ordinary writing.

snake_case is common for variable and file names in code, while kebab-case is the usual style for URL slugs and CSS class names. Both replace spaces so the text works in places that dislike them.