Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pcre - Perl-compatible regular expression library
- Description:
Perl-compatible regular expression library.
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics. The header file
for the POSIX-style functions is called pcreposix.h.
Packages
pcre-8.32-17.el7.x86_64
[421 KiB] |
Changelog
by Petr Pisar (2016-12-06):
- Let [:graph:], [:print:], and [:punct:] POSIX classes to handle Unicode
characters in UCP mode to match Perl behavior (bug #1400267)
- Fix matching Unicode ranges in JIT mode (bug #1402288)
|