Skip to main content
Back to tools

Text Case

Convert text between camelCase, snake_case, kebab-case and more

About Text Case

Text Case lets you convert text between camelcase, snake_case, kebab-case and more.

Category: Text.

Frequently asked questions

What cases are supported?

camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, Title Case, UPPERCASE, lowercase, dot.case, and path/case.

Where is camelCase used?

Variable and function names in JavaScript, TypeScript, Java, Swift, Kotlin, and most C-family languages. E.g., getUserById.

Where is kebab-case used?

CSS class names, HTML attributes, URL slugs, CLI flags (--dry-run), and file names in frontend projects. E.g., my-component.tsx.

Where is PascalCase used?

Class names and type names across most languages, and React component names. E.g., UserProfile, HttpClient.

Related tools