Back to tools
Case Converter
Convert text between different case styles instantly. Support camelCase, PascalCase, snake_case, and more.
0 characters
Enter text above to see all case conversions
About Case Converter
Convert text between different naming conventions and case styles. Perfect for developers, writers, and anyone working with text formatting.
Supported Formats:
- • camelCase: Common in JavaScript, Java (myVariableName)
- • PascalCase: Common in C#, Classes (MyClassName)
- • snake_case: Common in Python, Ruby (my_variable_name)
- • kebab-case: Common in URLs, CSS (my-variable-name)
- • CONSTANT_CASE: Common for constants (MY_CONSTANT_NAME)
- • dot.case: Used in properties, namespaces (my.property.name)
- • Title Case: Capitalize each word (My Title Case)
- • Sentence case: Capitalize first letter only (My sentence case)