ossp-web/pkg/lib/pcre/index.wml 1.1 -> 1.2
--- index.wml 2002/02/15 11:56:45 1.1
+++ index.wml 2002/02/15 20:06:30 1.2
@@ -3,12 +3,25 @@
<title>OSSP pcre</title>
-<h1>...</h1>
+<h1>Perl Compatible Regular Expressions</h1>
<h2>Abstract</h2>
+OSSP pcre is a derivative of Philip Hazel's <a
+href="http://www.pcre.org/">PCRE</a> library for matching text via
+Perl-compatible regular expressions. OSSP pcre additionally contains the
+function pcre_match(3) which provides a very convinience way to apply a
+regular expression, including caching support.
+
+<p>
+Notice: OSSP pcre is fully compatible with the original PCRE library. It is
+just a super-set of it and made into an OSSP library for easier integration
+within the OSSP project. It is not intended to replace or to compete with the
+original PCRE library in any way.
+
<h2>Authors</h2>
+<pkg_author name="Philip Hazel" mail="ph10@cam.ac.uk">
<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
<h2>Status</h2>
|
|