Case Converter
Transform your text between different cases instantly. Perfect for formatting titles, coding, and ensuring consistent capitalization.
About Case Converter
Our case converter supports 9 different text transformations to cover all your formatting needs — from writing headlines to naming variables in code. Instantly convert between uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
Frequently Asked Questions
What case types are supported?
We support 9 case types: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
What is camelCase used for?
camelCase is widely used in JavaScript and TypeScript for variable and function names (e.g., myVariableName, getUserData).
What is the difference between snake_case and kebab-case?
snake_case uses underscores (my_variable), common in Python and database fields. kebab-case uses hyphens (my-variable), common in URLs and CSS class names.
Can I download the converted text?
Yes! Use the Download button to save your converted text as a .txt file.