Case Converter
Convert any text or identifier between camelCase, snake_case, kebab-case, PascalCase, CONSTANT_CASE, and Title Case — all at once, instantly.
About this tool
Every language and codebase has its own casing conventions, and translating between them by hand invites typos. Paste a variable name or a phrase and get every common case at once, ready to copy.
How to use it
- 1Type or paste your text or identifier.
- 2See it converted to every common case at once.
- 3Copy the casing you need.
FAQs
What is the difference between camelCase and PascalCase?
camelCase starts lowercase (myVariable); PascalCase capitalises the first letter too (MyVariable). PascalCase is common for classes and components.
What is kebab-case used for?
kebab-case (my-variable) is common in URLs, CSS classes, and file names, where lowercase and hyphens are the convention.
Need a custom tool for your team?
We build internal tools and utilities tailored to how you work. Drop your email for a free scoping call.