camelCase Converter
Convert text to camelCase.
Related tools
How it works
- 1
Paste your text
For example: "user profile settings".
- 2
Converted instantly
It becomes "userProfileSettings" as you type.
- 3
Copy the result
One click copies the converted text — ready to paste into code.
FAQ
- Does the first word stay lowercase?
- Yes — camelCase always lowercases the first word and capitalizes the rest, e.g. "user profile settings" → "userProfileSettings".
- How are words split before converting?
- On spaces, hyphens, underscores and camelCase/PascalCase humps — so "hello world", "hello-world" and "hello_world" all convert the same way.
