Given a 'snake-case', 'snake_case', 'snake:case', or 'snake case' string, will return the camel case version: 'snakeCase'.
the snake-case input string.
default = false. If true, the first letter of the returned string will be capitalized.
the camel case version of the input string.
Given a 'snake-case', 'snake_case', 'snake:case', or 'snake case' string, will return the camel case version: 'snakeCase'.