About Case Converter

Case Converter takes an identifier or a phrase in any naming style and shows it in every other style at once: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, Title Case, and more.

It runs in JavaScript in the page. Nothing you type is uploaded.

How to use it

  1. Type or paste text. It can already be in any style, such as fooBar, foo_bar, or Foo Bar.
  2. Read the conversions below; they update as you type.
  3. Press Copy on the style you need.

Common questions

How does it split the words?

On spaces, underscores, hyphens, dots and slashes, and at camelCase and digit boundaries. HTTPServerError becomes http, server, error.

Are accents or non-Latin letters changed?

No. Only the separators and capitalisation change; the letters themselves are kept.

Why does Title Case capitalise small words?

It does not know English grammar, so every word is capitalised, including words like "the".

Is anything sent to a server?

No. It is a local text transform in your browser.