Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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-7.8-6.el6.i686
[194 KiB] |
Changelog
by Petr Pisar (2012-09-05):
- Fix repeated forward reference needing a character (Resolves: #756105)
- Fix caseless match if cases differ in encoding length (Resolves: #759475)
|