pcre-4.1

Introduction to pcre

Download location (HTTP):       
Download location (FTP):        ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-4.1.tar.bz2
Version used:                   4.1
Package size:                   332 KB
Estimated Disk space required:  2.8 MB
Estimated build time:           0.19 SBU

The pcre package contains perl compatible regular expression libraries. These are useful for implementing regular expression pattern matching using the same syntax and semantics as Perl 5.

Installation of pcre

Install pcre by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

The pcre package contains the libpcre libraries, pcregrep, pcretest and pcre-config.

Description

pcregrep

pcregrep is a grep that understands perl compatible regular expressions.

pcretest

pcretest can test your perl compatible regular expression.

pcre-config

pcre-config is used during the compile process of programs linking to this library.