powered by
Return a vector of matches.
grepv( pattern, x, ..., ignore.case = FALSE, perl = FALSE, fixed = FALSE, useBytes = FALSE, invert = FALSE )
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.
vector of matching values.
grep, grepdf
grepdf
# NOT RUN { grepv("x$", c("sox", "xor")) # }
Run the code above in your browser using DataLab