TextCase

camelCase Converter — Convert Text to camelCase

camelCase converter: turn any phrase into camelCase (myVariableName) for JavaScript and Java identifiers.

Your text never leaves your browser — converted locally, instantly.

Try: Your text=type or paste your text here → nan

How to use

camelCase starts lowercase and capitalizes each following word, with no spaces. It is the standard style for JavaScript and Java variable names. Type your text and click Calculate, then copy the result.

FAQ

When should I use camelCase?

Use camelCase for variable and function names in JavaScript, Java, and many other languages where spaces are not allowed.

Related calculators