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-6.6-9.el5.src
[562 KiB] |
Changelog
by Petr Pisar (2013-05-11):
- Fix back-tracking Unicode properties in non-UTF-8 mode (Resolves: #866520)
|
pcre-6.6-6.el5_6.1.src
[559 KiB] |
Changelog
by Petr Pisar (2011-02-28):
- Do not loop while compiling extended class when not in UTF-8 mode
(Resolves: #680962)
|
pcre-6.6-6.el5.src
[556 KiB] |
Changelog
by Petr Pisar (2010-07-22):
- Enable Unicode properties (Resolves: #457064)
|