Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.