正則表達式庫 PCRE 8.20 發布

openkk 13年前發布 | 20K 次閱讀 C語言

pcre (Perl Compatible Regular Expressions) 包括 perl 兼容的正規表達式庫.這些在執行正規表達式模式匹配時用與 Perl 5同樣的語法和語義是很有用的.

PCRE 8.20 發布了,該版本包含 Zoltan Herczeg 的 just-in-time 編譯器,可在附加模式分析時顯著提升匹配的性能,修復了一些bug。
項目地址http://www.pcre.org/

PCRE was originally written for the Exim MTA, but is now used by many high-profile open source projects, including Apache, PHP, KDE, Postfix, Analog, and Nmap. PCRE has also found its way into some well known commercial products, like Apple Safari. Some other interesting projects using PCRE include Chicken, Ferite, Onyx, Hypermail, Leafnode, Askemos, and Wenlin.

Download

The latest release of the PCRE library is 8.13. You can download it from its official home via anonymous FTP:

You can also download via HTTP from the mirror at SourceForge.net:

You can check out the PCRE source code via Subversion:

svn co svn://vcs.exim.org/pcre/code/trunk pcre

You can also browse the PCRE source code and revision history on-line.

A precompiled Windows port of PCRE, which may be a few versions behind, is available courtesy the GnuWin32 project.

 本文由用戶 openkk 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!