Your data is never sent to a server or stored anywhere. All processing happens in your browser.

Case Converter

Conversion Results
camelCase
PascalCase
snake_case
UPPER_SNAKE_CASE
kebab-case
UPPER-KEBAB-CASE
Title Case
lowercase
UPPERCASE

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.

© 2026 Orankit