pcre2_dfa_match ( code subject length startoffset options match_data mcontext workspace wscount -- int )


Vocabulary
pcre2.ffi

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


Outputs
intan object


Definition


LIBRARY: pcre2 FUNCTION-ALIAS: pcre2_dfa_match int
pcre2_dfa_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, int* workspace,
PCRE2_SIZE wscount )