PCRE - Perl Compatible Regular Expressions on Cpanel Servers.

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.

The latest release of the PCRE library is 8.10. You can download it from its official home via anonymous FTP:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.10.tar.gz

tar xvzf pcre-8.10.tar.gz
cd pcre-8.10
./configure
make
make install

More at the man page - http://www.pcre.org/pcre.txt

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.