Convert a snake-case string (i.e., one constructed with words separated by underlines) to a camel-case string (i.e. one in which the words are strung together, with upper-case for the first letter of all but the first word). See ‘Examples’.
Convert a snake-case string (i.e., one constructed with words separated by underlines) to a camel-case string (i.e. one in which the words are strung together, with upper-case for the first letter of all but the first word). See ‘Examples’.