Skip to main content
case

camelCase

Convert text to camelCase

About the camelCase tool

camelCase joins words together with no spaces — the first word is all lowercase and every subsequent word starts with a capital letter. It's the standard naming convention for variables and functions in JavaScript, Java, TypeScript, and many other languages.

Input
0 words·0 characters·0 lines·0 min read
Output
0 words·0 characters·0 lines

How to use

  1. 1Paste a phrase or sentence describing your variable.
  2. 2The camelCase version is generated in the Output.
  3. 3Copy directly into your code editor.