Learn R Programming

SqlRender (version 1.19.1)

camelCaseToTitleCase: Convert a camel case string to title case

Description

Convert a camel case string to title case

Usage

camelCaseToTitleCase(string)

Value

A string

Arguments

string

The string to be converted

Examples

Run this code
camelCaseToTitleCase("exposureConceptId1")

Run the code above in your browser using DataLab