R/utils.R

Defines functions `%==%` p

p <- function(...) {
  regex(paste(sep = "", collapse = "", ...))
}

`%==%` <- function(x, y) {
  identical(x, y)
}

Try the rex package in your browser

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

rex documentation built on Nov. 26, 2021, 5:21 p.m.