Tool Hub

Case Converter

Convert between camelCase, snake_case, PascalCase, and kebab-case

Convert any text into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Sentence case, or Title Case at once. Type or paste your text and copy the variant you need. Everything runs locally in your browser.

How to use

  1. Paste or type the text you want to convert.
  2. Pick the target casing: camelCase, snake_case, PascalCase, or kebab-case.
  3. The converted result updates instantly.
  4. Copy it for use in code, file names, or database columns.

Examples

  • "user profile id" becomes userProfileId (camelCase), user_profile_id (snake_case), or UserProfileId (PascalCase).
  • Paste a column name like "first-name" and convert it to the casing your codebase uses.

Verify outputs before using in production. No warranty — see Terms.