Case Converter

Convert text between different cases.

Advertisement

Convert text between snake_case, camelCase, kebab-case, UPPERCASE, and other formats instantly using client-side scripting.

How to use it

  1. Paste the text or identifier you want to rewrite.
  2. Click the case you want.
  3. Copy the converted result.

Frequently asked questions

What is the difference between camelCase and PascalCase?

Only the first letter. camelCase starts lowercase and is the usual choice for variables, PascalCase starts uppercase and normally names classes and components.

When should I use kebab-case?

In URLs, CSS class names and file names. Underscores are harder to see in an underlined link, so hyphens are the safer separator on the web.

Does it handle accented characters?

Accents are preserved rather than stripped when changing case, so text in French, Spanish, German or Portuguese comes through intact.

Recommended Tools