Convert text between camelCase, PascalCase, snake_case, kebab-case, UPPERCASE, and more
Enter some text above to see all case conversions
camelCase and PascalCase are commonly used in JavaScript, TypeScript, Java, and C#. snake_case is standard in Python and Ruby. SCREAMING_SNAKE_CASE is used for constants.
kebab-case is the standard for CSS class names and URL slugs. dot.case is used in configuration keys. path/case is used for file paths and routes.
Title Case capitalizes the first letter of every word. Sentence case only capitalizes the first word. UPPERCASE and lowercase convert the entire text.
The converter automatically detects word boundaries from camelCase, PascalCase, snake_case, kebab-case, dot.case, path/case, and space-separated text.