re2_get_options {re2} | R Documentation |
Retrieve options
Description
re2_get_options
returns a list of all options from a
RE2 object (internal representation of compiled regexp).
Usage
re2_get_options(re2ptr)
Arguments
re2ptr |
The value obtained from call to |
Value
A list of options and their values.
See Also
[Package re2 version 0.1.3 Index]