camelCase Converter
Paste text or words and turn them into camelCase — for variable names, JSON keys and code. Runs in your browser.
Result
What is camelCase?
camelCase joins words without spaces and capitalizes each word except the first: "user profile page" becomes "userProfilePage". It is the standard naming style for variables in JavaScript, Java and many other languages.
Can I convert whole sentences?
Yes — each line is converted separately, so you can paste a list of names or phrases and get one camelCase identifier per line. Punctuation and extra spaces are dropped automatically.