camelCase Converter

Paste or type any text and instantly convert it to camelCase, PascalCase, snake_case, or kebab-case.

Input Text

camelCase
Result appears here…
PascalCase
Result appears here…
snake_case
Result appears here…
kebab-case
Result appears here…
Copied!

Summary

Paste or type any text and instantly convert it to camelCase, PascalCase, snake_case, or kebab-case.

How it works

  1. Type or paste your text into the input field.
  2. The tool splits the input on spaces, hyphens, underscores, and other separators.
  3. Each word is capitalized or lowercased according to the selected format.
  4. The result appears instantly in all four case formats.
  5. Click any result box to copy it to your clipboard.

Use cases

  • Convert variable names, function names, or class identifiers for JavaScript or Java.
  • Normalize column names from spreadsheets into snake_case for database schemas.
  • Generate kebab-case slugs for URLs, CSS class names, or file names.
  • Transform title-cased labels from design specs into PascalCase component names.
  • Standardize naming across a team by quickly reformatting copied text.
  • Rename config keys from one convention to another during code refactoring.

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu