Text Tools

camelCase Converter

Convert any text, phrase, or lists of variable names to camelCase format online instantly. Ideal for developers and programmers.

Input Text
Chars: 0
Words: 0
Lines: 0
camelCase Result

What is this tool?

A camelCase Converter converts input strings into camelCase, which is the standard variable naming convention in languages like JavaScript, Java, and TypeScript.

How to use it

Enter your text in the input box, select if you want line-by-line conversion or full block conversion, and copy the formatted camelCase text.

Frequently asked questions

What is camelCase?

camelCase is a casing convention where the first word starts with a lowercase letter, and all subsequent words start with an uppercase letter, with no spaces or punctuation between them.

Why is it called camelCase?

It is named after camels because the uppercase letters resemble the humps on a camel's back (e.g. "myCamelHumps").