Convert text between camelCase, kebab-case, snake_case, PascalCase, UPPER_CASE, Title Case, and URL slugs — instantly, with one click per conversion.
🚀 Launch Free Tool →✅ camelCase, PascalCase, snake_case, kebab-case
✅ UPPER_CASE & lower case
✅ URL slug generation
✅ Title Case & Sentence case
✅ One-click copy per format
camelCase writes compound words with no spaces, capitalizing each word after the first: myVariableName. Used in JavaScript, Java, and most programming variable names.
kebab-case uses hyphens between lowercase words: my-variable-name. Used in CSS class names, HTML attributes, and URL slugs.
snake_case uses underscores between lowercase words: my_variable_name. Used in Python, Ruby, database column names, and file names.