re2_get_options: Retrieve options

View source: R/RcppExports.R

re2_get_optionsR 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 re2_regexp.

Value

A list of options and their values.

See Also

re2_regexp.


re2 documentation built on March 29, 2022, 5:05 p.m.