Type or paste text, then click any case button to convert it. camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE are the common naming conventions used across programming languages.
All tools/Text Tools
Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more.
Output
How this works & FAQ
What's the difference between camelCase and PascalCase?
camelCase starts with a lowercase letter (myVariable); PascalCase starts with an uppercase letter (MyClass).