glfs/general/genlib/pcre/pcre-intro.xml
Larry Lawrence 36a88bd6e9 updated to pcre-4.0 and openssl-0.9.7a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@724 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-23 02:55:44 +00:00

17 lines
595 B
XML

<sect2>
<title>Introduction to pcre</title>
<screen>Download location (HTTP): <ulink url="&pcre-download-http;"/>
Download location (FTP): <ulink url="&pcre-download-ftp;"/>
Version used: &pcre-version;
Package size: &pcre-size;
Estimated Disk space required: &pcre-buildsize;
Estimated build time: &pcre-time;</screen>
<para>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.</para>
</sect2>