Learn R Programming

SqlRender (version 1.19.1)

camelCaseToSnakeCase: Convert a camel case string to snake case

Description

Convert a camel case string to snake case

Usage

camelCaseToSnakeCase(string)

Value

A string

Arguments

string

The string to be converted

Examples

Run this code
camelCaseToSnakeCase("exposureConceptId1")

Run the code above in your browser using DataLab