Camel Case Converter
Enter the text you want to convert to camelCase.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- 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?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)