HomeToolsText › Case Converter
● Text

Case Converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case and more.

About this tool

Convert a phrase into every common programming and writing case at once — camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case and plain upper/lower.

Frequently asked questions

Which case should I use where?

camelCase for JS variables, PascalCase for classes/components, snake_case for Python and SQL, kebab-case for URLs and CSS, CONSTANT_CASE for env vars.

Does it handle mixed input?

Yes — it splits on spaces, underscores, hyphens and camel boundaries, so almost any input converts cleanly.

Related text tools