pcre2_compile ( pattern length options errorcode erroroffset ccontext -- pcre2_code* )


Vocabulary
pcre2.ffi

Inputs
patternan object
lengthan object
optionsan object
errorcodean object
erroroffsetan object
ccontextan object


Outputs
pcre2_code*an object


Definition


LIBRARY: pcre2 FUNCTION-ALIAS: pcre2_compile pcre2_code*
pcre2_compile_8
( PCRE2_SPTR pattern, PCRE2_SIZE length, uint32_t options,
int* errorcode, PCRE2_SIZE* erroroffset,
pcre2_compile_context* ccontext )