| not {rex} | R Documentation |
Do not match
Description
Do not match
Usage
not(..., type = c("greedy", "lazy", "possessive"))
Arguments
... |
|
type |
the type of match to perform. There are three match types
|
See Also
Other rex:
%or%(),
capture(),
character_class(),
counts,
group(),
lookarounds,
rex(),
shortcuts,
wildcards
[Package rex version 1.2.1 Index]