str_split_camel_case: Split a string based on CamelCase

str_split_camel_caseR Documentation

Split a string based on CamelCase

Description

See strex::str_split_camel_case().

Usage

str_split_camel_case(string, lower = FALSE)

split_camel_case(string, lower = FALSE)

Arguments

string

A character vector.

lower

Do you want the output to be all lower case (or as is)?


filesstrings documentation built on Feb. 16, 2023, 7:25 p.m.