Description Usage Arguments Value Examples
Convert a camel case string to snake case
1 | camelCaseToSnakeCase(string)
|
string |
The string to be converted |
A string
1 2 | camelCaseToSnakeCase("exposureConceptId1")
# > 'exposure_concept_id_1'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.