--- code/trunk/doc/html/pcre.html 2007/08/09 09:52:43 211 +++ code/trunk/doc/html/pcre.html 2008/04/28 15:10:02 345 @@ -24,8 +24,10 @@
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl, with just a few -differences. (Certain features that appeared in Python and PCRE before they -appeared in Perl are also available using the Python syntax.) +differences. Certain features that appeared in Python and PCRE before they +appeared in Perl are also available using the Python syntax. There is also some +support for certain .NET and Oniguruma syntax items, and there is an option for +requesting some minor changes that give better JavaScript compatibility.
The current implementation of PCRE (release 7.x) corresponds approximately with @@ -293,9 +295,9 @@
-Last updated: 09 August 2007
+Last updated: 12 April 2008
-Copyright © 1997-2007 University of Cambridge.
+Copyright © 1997-2008 University of Cambridge.
Return to the PCRE index page.