Case Converter
Convert text between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and more.
About this tool
The Case Converter transforms text between the most common programming naming conventions. Paste any identifier or phrase and instantly see it converted to all supported formats: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, UPPER CASE, and lower case.
Naming conventions vary by language and context: JavaScript functions are camelCase, React components are PascalCase, Python variables and Django URLs are snake_case, CSS class names are kebab-case, and environment variables and constants are CONSTANT_CASE. This tool intelligently splits the input by existing word boundaries — spaces, hyphens, underscores, and camelCase transitions — before rebuilding in the target format.
All conversions run instantly in the browser. No text is sent anywhere.