camelCase Converter

Convert spaced, hyphenated, or underscored text into camelCase — the common variable naming convention in JavaScript, Java, and many other programming languages, where the first word is lowercase and each subsequent word starts with a capital letter.

Inputs
Results
camelCase
helloWorldExample

Try an example