R/like.R

Defines functions `%like%`

`%like%` <- function(x, y) {
  grepl(y, x)
}
HikaGenji/fql documentation built on April 12, 2021, 8:36 a.m.