Next: regexps inspection, Previous: regexps typedefs, Up: regexps [Contents][Index]
Build and return a new regular expression object representing the
pattern of length pattern_len bytes; the object is
configured with the options in opt. If memory allocation fails:
the return value is a NULL
pointer.
The options object opt is duplicated in the internal state of the
regular expression instance, so opt can be safely mutated or
finalised after this call. If opt is NULL
: the regular
expression object is built with the default set of options.
Finalise a regular expression object releasing all the associated resources.
Next: regexps inspection, Previous: regexps typedefs, Up: regexps [Contents][Index]
This document describes version 0.4.0-devel.2 of CRE2.