R/str-split-by-nums.R

Defines functions str_split_by_nums

Documented in str_split_by_nums

#' Split a string by its numeric characters.
#'
#' Copy of [strex::str_split_by_numbers()].
#'
#' @inheritParams match_arg
#'
#' @export
str_split_by_nums <- function(...) {
  strex::str_split_by_numbers(...)
}

#' @rdname str_split_by_nums
#' @export
split_by_nums <- str_split_by_nums

#' @rdname str_split_by_nums
#' @export
split_by_numbers <- str_split_by_nums

#' @rdname str_split_by_nums
#' @export
str_split_by_numbers <- str_split_by_nums

Try the filesstrings package in your browser

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

filesstrings documentation built on May 29, 2024, 3:32 a.m.