snake_case to camelCase

Paste your text: every name_like_this becomes likeThis (camelCase).

What it's for

Handy for developers to quickly convert identifiers from snake_case (with underscores) to camelCase.

How it works

Each underscore is removed and the next letter capitalized: user_name β†’ userName.