pcre2_substring_copy_bynumber ( match_data number buffer bufflen -- int )


Vocabulary
pcre2.ffi

Inputs
match_dataan object
numberan object
bufferan object
bufflenan object


Outputs
intan object


Definition


LIBRARY: pcre2 FUNCTION-ALIAS: pcre2_substring_copy_bynumber
int pcre2_substring_copy_bynumber_8
( pcre2_match_data* match_data, uint32_t number,
PCRE2_UCHAR* buffer, PCRE2_SIZE* bufflen )