Case Converter
Convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and dot.case.
How to Use Case Converter
- Paste or type your text into the input area.
- Click any conversion button to transform your text.
- Choose from 10 case formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case.
- Copy the converted result with one click.
Frequently Asked Questions
What case formats are supported?
The tool supports 10 formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and dot.case.
What is the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (e.g., myVariableName), while PascalCase starts with an uppercase letter (e.g., MyVariableName). Both capitalize subsequent words.
Can I convert programming variable names between formats?
Yes, the tool is designed for converting between programming naming conventions like snake_case, camelCase, kebab-case, and more.