Case Converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, Title Case, and more with a single click.

Input Text
camelCase
output
PascalCase
output
snake_case
output
SCREAMING_SNAKE_CASE
output
kebab-case
output
UPPER CASE
output
lower case
output
Title Case
output
Sentence case
output
dot.case
output
path/case
output
aLtErNaTiNg CaSe
output

Related Tools

Frequently Asked Questions

What is camelCase?

camelCase starts with a lowercase letter and capitalizes the first letter of each subsequent word. It is the standard naming convention in JavaScript and Java variables.

What is snake_case?

snake_case uses underscores between words, all lowercase. Common in Python variables, database column names, and file names.

What is kebab-case?

kebab-case uses hyphens between words, all lowercase. Commonly used in CSS class names, HTML attributes, and URL slugs.

What is PascalCase?

PascalCase (also UpperCamelCase) capitalizes the first letter of every word. Standard for class names in most programming languages.

About Case Converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, Title Case, and more with a single click.

caseuppercaselowercasecamelcasesnake_casekebab-case