Convert text to lower camel case

Start the first word with a lowercase letter and capitalize following words

Converts English phrases to lowerCamelCase. Use it for JavaScript variables, field names, or API parameter names.

Use this step

Example

Input

user name

Output

userName