Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, CONSTANT_CASE, and more.

Text Tools
Ad

Common use cases

Frequently asked questions

What's the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (myVariableName). PascalCase starts with an uppercase letter (MyClassName). Both have no separators.

Related tools