R/AnyCharMatch.R

Defines functions AnyCharMatch

AnyCharMatch <- function(x, a, opposite = FALSE) {
  stopifnot(is.character(x), is.character(a))
  .Call("CAnyCharMatch", x, a, opposite, PACKAGE = packageName)
}

Try the hutilscpp package in your browser

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

hutilscpp documentation built on Oct. 11, 2023, 9:06 a.m.