PCRE是一个NFA正则引擎,不然不能提供全然与Perl一致的正则语法功能.但它同一时候也实现了DFA,仅仅是满足数学意义上的正则. PCRE提供了19个接口函数,为了简介,使用PCRE内带的測试程序(pcretest.c)演示样例使用方法. 1. pcre_compile 原型: #include <pcre.h> pcre *pcre_compile(const char *pattern, int options, const char **errptr, int *erroffset,…