aml_uwb_341513070 (11503913,com.google.android.uwb)
Snap for 10453563 from 1ff4be9c7a25a26d3217db330589ce6c472a60a6 to mainline-uwb-release

Change-Id: Ia96864b0d65ee798fc54dbcef572d5a68429f4c5
tree: 95826d3e96d80ddeb3a3585438d34344a22a0178
  1. .github/
  2. cmake/
  3. doc/
  4. include/
  5. m4/
  6. maint/
  7. src/
  8. testdata/
  9. .bazelrc
  10. .gitignore
  11. 132html
  12. aclocal.m4
  13. Android.bp
  14. ar-lib
  15. AUTHORS
  16. autogen.sh
  17. BUILD.bazel
  18. ChangeLog
  19. CheckMan
  20. CleanTxt
  21. CMakeLists.txt
  22. compile
  23. config-cmake.h.in
  24. config.guess
  25. config.sub
  26. configure
  27. configure.ac
  28. COPYING
  29. depcomp
  30. Detrail
  31. HACKING
  32. index.md
  33. INSTALL
  34. install-sh
  35. libpcre2-16.pc.in
  36. libpcre2-32.pc.in
  37. libpcre2-8.pc.in
  38. libpcre2-posix.pc.in
  39. LICENCE
  40. ltmain.sh
  41. Makefile.am
  42. Makefile.in
  43. METADATA
  44. missing
  45. MODULE.bazel
  46. MODULE_LICENSE_BSD
  47. NEWS
  48. NON-AUTOTOOLS-BUILD
  49. NOTICE
  50. OWNERS
  51. pcre2-config.in
  52. pcre2_fuzzer.dict
  53. pcre2_fuzzer.options
  54. perltest.sh
  55. PrepareRelease
  56. README
  57. README.md
  58. RunGrepTest
  59. RunGrepTest.bat
  60. RunTest
  61. RunTest.bat
  62. test-driver
  63. WORKSPACE.bazel
README.md

PCRE2 - Perl-Compatible Regular Expressions

The PCRE2 library is a set of C functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE2 has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE2 library is free, even for building proprietary software. It comes in three forms, for processing 8-bit, 16-bit, or 32-bit code units, in either literal or UTF encoding.

PCRE2 was first released in 2015 to replace the API in the original PCRE library, which is now obsolete and no longer maintained. As well as a more flexible API, the code of PCRE2 has been much improved since the fork.

Download

As well as downloading from the GitHub site, you can download PCRE2 or the older, unmaintained PCRE1 library from an unofficial mirror at SourceForge.

You can check out the PCRE2 source code via Git or Subversion:

git clone https://github.com/PCRE2Project/pcre2.git
svn co    https://github.com/PCRE2Project/pcre2.git

Contributed Ports

If you just need the command-line PCRE2 tools on Windows, precompiled binary versions are available at this Rexegg page.

A PCRE2 port for z/OS, a mainframe operating system which uses EBCDIC as its default character encoding, can be found at http://www.cbttape.org (File 939).

Documentation

You can read the PCRE2 documentation here.

Comparisons to Perl's regular expression semantics can be found in the community authored Wikipedia entry for PCRE.

There is a curated summary of changes for each PCRE release, copies of documentation from older releases, and other useful information from the third party authored RexEgg PCRE Documentation and Change Log page.

Contact

To report a problem with the PCRE2 library, or to make a feature request, please use the PCRE2 GitHub issues tracker. There is a mailing list for discussion of PCRE2 issues and development at pcre2-dev@googlegroups.com, which is where any announcements will be made. You can browse the list archives.