jpcre2 / pcre2

JPCRE2 compatible PCRE2 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

PCRE2 (Perl-compatible regular expression library)

PCRE2 is a re-working of the original PCRE library to provide an entirely new API. The latest release of PCRE2 is always available in three alternative formats from:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.gz

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.bz2

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.zip

There is a mailing list for discussion about the development of PCRE (both the original and new APIs) at pcre-dev@exim.org. You can access the archives and subscribe or manage your subscription here:

https://lists.exim.org/mailman/listinfo/pcre-dev

Please read the NEWS file if you are upgrading from a previous release.

Please refer to the README file for details.

Disclaimer

  1. Version that resembles the official version (10.22 etc ...) are just mere copy of the original source (from links mentioned above).
  2. Version that includes minor version string is a modified version of the original. For example, 10.21.01 or such are modifications of 10.21
  3. This repository should not be used as the original source for PCRE2, use the official channel instead.
  4. If you want to share link to this repository, make sure you clarify the fact that it's not the official place to download the PCRE2 source.
  5. This repository may or may not keep records of all official PCRE2 releases.

About

JPCRE2 compatible PCRE2 library

License:Other


Languages

Language:C 80.2%Language:Shell 11.5%Language:Makefile 5.6%Language:M4 1.3%Language:CMake 0.8%Language:Batchfile 0.4%Language:Perl 0.3%