R/str-split.R

#' Split a string based on CamelCase
#'
#' See [strex::str_split_camel_case()].
#'
#' @inheritParams strex::str_split_camel_case
#'
#' @export
str_split_camel_case <- strex::str_split_camel_case

#' @rdname str_split_camel_case
#' @export
split_camel_case <- str_split_camel_case

Try the filesstrings package in your browser

Any scripts or data that you put into this service are public.

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