Back to Main

Case Converter

Enter the text you want to convert to different case formats

Conversion Results

camelCase

Example: myVariableName
Enter text above to see conversion

PascalCase

Example: MyVariableName
Enter text above to see conversion

snake_case

Example: my_variable_name
Enter text above to see conversion

kebab-case

Example: my-variable-name
Enter text above to see conversion

CONSTANT_CASE

Example: MY_VARIABLE_NAME
Enter text above to see conversion

Title Case

Example: My Variable Name
Enter text above to see conversion

UPPERCASE

Example: MY VARIABLE NAME
Enter text above to see conversion

lowercase

Example: my variable name
Enter text above to see conversion

Usage Tips

camelCase: Perfect for JavaScript variables and functions
PascalCase: Ideal for class names and components
snake_case: Common in Python and database fields
kebab-case: Great for URLs and CSS classes
CONSTANT_CASE: Used for constants and environment variables
Title Case: Perfect for headings and titles