Case Converter
Convert text between different cases and formats. Handles camelCase, snake_case, kebab-case, and more.
Input Text
Instructions
Enter any text in any format. The converter will automatically detect word boundaries from various formats (camelCase, snake_case, etc.) and convert to your selected format.
Example for camel Case:
myVariableName
Converted Result
convertThisTextToDifferentCases
All Formats
camel Case
convertThisTextToDifferentCases
myVariableName
Pascal Case
ConvertThisTextToDifferentCases
MyVariableName
snake_case
convert_this_text_to_different_cases
my_variable_name
kebab-case
convert-this-text-to-different-cases
my-variable-name
SCREAMING_SNAKE_CASE
CONVERT_THIS_TEXT_TO_DIFFERENT_CASES
MY_VARIABLE_NAME
dot.case
convert.this.text.to.different.cases
my.variable.name
Space Case
convert this text to different cases
my variable name
Title Case
Convert This Text To Different Cases
My Variable Name
Sentence case
Convert this text to different cases
My variable name
CONSTANT_CASE
CONVERT_THIS_TEXT_TO_DIFFERENT_CASES
MY_VARIABLE_NAME
Notifications