PCRE 8.35 发布,此版本更新内容如下:
提升了包括非 ASCII 字符的类的性能
扩展了 "auto-possessification" 功能
其他一些小的改进和 bug 修复
There is a new callout feature to enable applications to do detailed stack checks at compile time, to avoid running out of stack for deeply-nested parentheses.
扩展了 JIT 编译器,试验性支持 ARM-64, MIPS-64 和 PPC-LE.
pcre (Perl Compatible Regular Expressions) 包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的.
项目主页:http://www.pcre.org/
下载地址:http://sourceforge.net/projects/pcre/files/
来自:开源中国社区

