Convert a snake case string to camel case
Convert a snake case string to camel case
snakeCaseToCamelCase(string)
string |
The string to be converted |
A string
snakeCaseToCamelCase("exposure_concept_id_1")
# > 'exposureConceptId1'Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.