Case Converter
Convert text between different cases
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
snake_case: Common in Python and database fields
CONSTANT_CASE: Used for constants and environment variables
PascalCase: Ideal for class names and components
kebab-case: Great for URLs and CSS classes
Title Case: Perfect for headings and titles