as.regex {rex} | R Documentation |
Coerce objects to a regex
.
Description
Coerce objects to a regex
.
Usage
as.regex(x, ...)
## Default S3 method:
as.regex(x, ...)
Arguments
x |
Object to coerce to |
... |
further arguments passed to methods. |
Methods (by class)
-
default
: Simply escape the Object.
[Package rex version 1.2.1 Index]