Camel Case Converter

Enter the text you want to convert to camelCase.

How to use

  1. Enter your values in the fields above.
  2. Press Calculate to see your result instantly.
  3. Use the Share button to copy a link to your result.

About this calculator

camelCase (first letter lowercase, each subsequent word capitalized) and PascalCase (every word capitalized, including the first) are the two dominant word-joining conventions in programming, used respectively for variables/functions in languages like JavaScript and Java, and for class and type names in languages like C#, Java, and TypeScript.

Converting free text into either style means first splitting the input on spaces, underscores, hyphens, and punctuation to recover the individual words, then rejoining them with the correct capitalization and no separators. This tool automates that split-and-rejoin so developers can turn a plain phrase, a snake_case identifier, or a kebab-case slug straight into a valid camelCase or PascalCase identifier for their code.

Was this helpful?

Comments (0)

  • Be the first to comment.

Popular calculators

All Calculators