pcre32 (3) Linux Manual Page
PCRE – Perl-compatible regular expressions #include < pcre.h> Pcre 32-Bit Api Basic Functions pcre32 *pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errptr, int *erroffset, const unsigned char *tableptr); pcre32 *pcre32_compile2(PCRE_SPTR32 pattern, int options, int *errorcodeptr, const unsigned char *tableptr); pcre32_extra *pcre32_study(const pcre32 *code, int options, const char **errptr); void pcre32_free_study(pcre32_extra *extra); int pcre32_exec(const pcre32 *code, const…
