powered by
Convert a snake case string to camel case
snakeCaseToCamelCase(string)
The string to be converted
A string
# NOT RUN { snakeCaseToCamelCase("exposure_concept_id_1") # > 'exposureConceptId1' # }
Run the code above in your browser using DataLab