Convert a camel case string to title case
Convert a camel case string to title case
camelCaseToTitleCase(string)
string |
The string to be converted |
A string
camelCaseToTitleCase("exposureConceptId1")
# > 'Exposure Concept Id 1'Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.