Skip to main content

Case Converter

Convert text between different naming conventions and case styles

0 characters

About Case Conventions

Different programming languages and contexts use different naming conventions. This tool helps you quickly convert between them.

Common Use Cases:

camelCase: JavaScript/TypeScript variables
PascalCase: Classes, React components
snake_case: Python, Ruby variables
kebab-case: URLs, CSS classes
CONSTANT_CASE: Constants, environment vars
dot.case: File extensions, domain names
path/case: File paths, routes
Title Case: Headings, titles

Example Conversions:

"hello world" → helloWorld (camel)
"user profile page" → user-profile-page (kebab)
"MAX_CONNECTIONS" → maxConnections (camel)