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