toSentence: Convert CamelCase to Sentence

View source: R/Stringendo.R

toSentenceR Documentation

Convert CamelCase to Sentence

Description

Takes a camelCase string and converts it to a sentence format: space-separated, with the first letter capitalized and no period at the end.

Usage

toSentence(camelCaseString)

Arguments

camelCaseString

A character string in camelCase format.

Value

A character string converted to sentence format.

Examples

toSentence("mergeSmallCategories")

vertesy/Stringendo documentation built on Nov. 10, 2024, 4:35 a.m.