Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PCRE2 development is based here.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE.md
Unknown
COPYING
NotificationsYou must be signed in to change notification settings

PCRE2Project/pcre2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The PCRE2 library is a set of C functions that implement regular expressionpattern matching using the same syntax and semantics as Perl 5. PCRE2 has itsown native API, as well as a set of wrapper functions that correspond to thePOSIX regular expression API. The PCRE2 library is free, even for buildingproprietary 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 PCRElibrary, which is now obsolete and no longer maintained. As well as a moreflexible API, the code of PCRE2 has been much improved since the fork.

Download

As well as downloading from theGitHub site, you can download PCRE2or the older, unmaintained PCRE1 library from anunofficial mirror at SourceForge.

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

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

Contributed Ports

If you just need the command-line PCRE2 tools on Windows, precompiled binaryversions are available at thisRexegg page.

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

Documentation

You can read the PCRE2 documentationhere.

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

There is a curated summary of changes for each PCRE release, copies ofdocumentation from older releases, and other useful information from the thirdparty authoredRexEgg PCRE Documentation and Change Log page.

Contact

To report a problem with the PCRE2 library, or to make a feature request, pleaseuse the PCRE2 GitHub issues tracker. There is a mailing list for discussion ofPCRE2 issues and development atpcre2-dev@googlegroups.com, which is where anyannouncements will be made. You can browse thelist archives.

About

PCRE2 development is based here.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE.md
Unknown
COPYING

Security policy

Stars

Watchers

Forks

Contributors61


[8]ページ先頭

©2009-2025 Movatter.jp