Skip to contents

Convert strings to CamelCase strings

Usage

to_camel_case(.strings)

Arguments

.strings

*<chr>* strings with word breaks instead of spaces.

Value

*<chr>* the same strings without spaces and capitalized letters at the starts of words.