R/str-split-by-nums.R

#' Split a string by its numeric characters.
#'
#' See [strex::str_split_by_numbers()].
#'
#' @inheritParams strex::str_split_by_numbers
#'
#' @export
str_split_by_nums <- 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 Feb. 16, 2023, 7:25 p.m.