R/str-trim.R

Defines functions str_trim_anything

Documented in str_trim_anything

#' Trim something other than whitespace.
#'
#' Copy of [strex::str_trim_anything()].
#'
#' @inheritParams match_arg
#'
#' @export
str_trim_anything <- function(...){
  strex::str_trim_anything(...)
}

#' @rdname str_trim_anything
#' @export
trim_anything <- str_trim_anything
rorynolan/filesstrings documentation built on Feb. 5, 2024, 6:01 p.m.