powered by
Return a vector of matches.
grepv( pattern, x, ..., ignore.case = FALSE, perl = FALSE, fixed = FALSE, useBytes = FALSE, invert = FALSE )
vector of matching values.
character scalar, pattern to match, passed to grep.
grep
character vector to match to, passed to grep.
not used, forced later arguments to bind by name.
logical, passed to grep.
logical, passed grep.
passed to grep.
grep, grepdf
grepdf
grepv("x$", c("sox", "xor"))
Run the code above in your browser using DataLab