Case Converter
How to Use
Type or paste text into the input field. The tool automatically detects word boundaries from camelCase, PascalCase, snake_case, kebab-case, or spaces, then displays all naming convention variants. Click the copy button next to any result.
Naming Conventions
Different programming languages and contexts use different naming conventions. JavaScript/TypeScript commonly use camelCase for variables and PascalCase for classes. Python prefers snake_case. CSS uses kebab-case. Constants often use UPPER_SNAKE_CASE. This tool converts between all major conventions, handling edge cases like acronyms (e.g., XMLParser).
Privacy
All text conversion happens entirely in your browser. No data is sent to a server, stored, or logged. You can safely convert variable names or identifiers containing sensitive information.