regexec
regexec(const regex_t *preg, const char *string, size_t nmatch,
#define regexec(r,s,n,m,x) PCRE2regexec(r,s,n,m,x)