case

camelCase

Convert text to camelCase

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 chars·0 words
Output
0 chars·0 words

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.