String Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and more — instantly.
Supported naming conventions
- camelCase — first word lowercase, subsequent words capitalized. Used in JavaScript variables.
- PascalCase — every word capitalized. Used for class and component names.
- snake_case — words separated by underscores. Used in Python and SQL.
- kebab-case — words separated by hyphens. Used in CSS and URLs.
- CONSTANT_CASE — all uppercase with underscores. Used for constants and env vars.
- Title Case — each word capitalized. Used in headings.
- dot.case — words separated by dots. Used in config keys.
Need more tools?
Browse our collection of free developer tools.
Browse All Tools →