pcre2_match ( code subject length startoffset options match_data mcontext -- int )


Vocabulary
pcre2.ffi

Inputs
codean object
subjectan object
lengthan object
startoffsetan object
optionsan object
match_dataan object
mcontextan object


Outputs
intan object


Definition


LIBRARY: pcre2 FUNCTION-ALIAS: pcre2_match int pcre2_match_8
( pcre2_code* code, PCRE2_SPTR subject, PCRE2_SIZE length,
PCRE2_SIZE startoffset, uint32_t options, pcre2_match_data*
match_data, pcre2_match_context* mcontext )