Learn R Programming

re2 (version 0.1.3)

re2_get_options: 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)

Value

A list of options and their values.

Arguments

re2ptr

The value obtained from call to re2_regexp.

See Also

re2_regexp.