Converts an underline-separated string to camel case. e.g. underlineToHump('hello_word') => 'helloWord'
The underline-separated string to convert.
The camel case version of the input string.
Converts an underline-separated string to camel case. e.g. underlineToHump('hello_word') => 'helloWord'