[Pcre-svn] [596] code/trunk/doc/pcrecompat.3: Minor doc upda…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [596] code/trunk/doc/pcrecompat.3: Minor doc update.
Revision: 596
          http://vcs.pcre.org/viewvc?view=rev&revision=596
Author:   ph10
Date:     2011-05-02 11:47:52 +0100 (Mon, 02 May 2011)


Log Message:
-----------
Minor doc update.

Modified Paths:
--------------
    code/trunk/doc/pcrecompat.3


Modified: code/trunk/doc/pcrecompat.3
===================================================================
--- code/trunk/doc/pcrecompat.3    2011-05-02 10:33:29 UTC (rev 595)
+++ code/trunk/doc/pcrecompat.3    2011-05-02 10:47:52 UTC (rev 596)
@@ -20,10 +20,10 @@
 .\"
 page.
 .P
-2. PCRE does not allow repeat quantifiers on lookahead assertions. Perl permits
-them, but they do not mean what you might think. For example, (?!a){3} does
-not assert that the next three characters are not "a". It just asserts that the
-next character is not "a" three times.
+2. PCRE does not allow repeat quantifiers on assertions. Perl permits them, but
+they do not mean what you might think. For example, (?!a){3} does not assert
+that the next three characters are not "a". It just asserts that the next
+character is not "a" three times.
 .P
 3. Capturing subpatterns that occur inside negative lookahead assertions are
 counted, but their entries in the offsets vector are never set. Perl sets its
@@ -163,6 +163,6 @@
 .rs
 .sp
 .nf
-Last updated: 31 October 2010
-Copyright (c) 1997-2010 University of Cambridge.
+Last updated: 02 May 2011
+Copyright (c) 1997-2011 University of Cambridge.
 .fi