pcre-4.3

Introduction to pcre

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.

Package information

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.