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.
Website: http://www.pcre.org/
License: BSD
Vendor: CentOS
Group: system environment/libraries

Packages

pcre-7.8-7.el6.x86_64 [195 KiB] Changelog by Petr Pisar (2015-02-26):
- Check starting offest for pointing into a subject string
  (Resolves: #1193524)
- Pass back detailed error when UTF-8 check fails at runtime
  (Resolves: #1193524)