re2_get_options {re2} | R Documentation |
re2_get_options
returns a list of all options from a
RE2 object (internal representation of compiled regexp).
re2_get_options(re2ptr)
re2ptr |
The value obtained from call to |
A list of options and their values.