Case Converter
Switch text between camelCase, snake_case, kebab-case, Title Case, upper, and lower.
upper
—lower
—title
—camel
—snake
—kebab
—Copies a link that reopens this tool with your input.
Common questions
When should I use each casing style?+
camelCase for JavaScript variables, PascalCase for classes and components, snake_case for Python and most SQL, kebab-case for URLs, CSS classes, and filenames.