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