summaryrefslogtreecommitdiff
path: root/doc/pcretest.txt
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-24 13:36:11 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-04-24 13:36:11 +0000
commitc0ac96e76263abdcf54ba2d8f2529735c644cdfd (patch)
tree1d0dc5435fb4dfa3436a13223a79346c7716afc3 /doc/pcretest.txt
parent37ccd496656ed8ad180e440a90a5808fe758e974 (diff)
downloadpcre-c0ac96e76263abdcf54ba2d8f2529735c644cdfd.tar.gz
Tidies and final updates for 7.1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@155 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcretest.txt')
-rw-r--r--doc/pcretest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pcretest.txt b/doc/pcretest.txt
index 06bee98..0ba2996 100644
--- a/doc/pcretest.txt
+++ b/doc/pcretest.txt
@@ -488,7 +488,7 @@ RESTARTING AFTER A PARTIAL MATCH
can restart the match with additional subject data by means of the \R
escape sequence. For example:
- re> /^?(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)$/
+ re> /^\d?\d(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\d\d$/
data> 23ja\P\D
Partial match: 23ja
data> n05\R\D
@@ -621,5 +621,5 @@ AUTHOR
REVISION
- Last updated: 16 April 2007
+ Last updated: 24 April 2007
Copyright (c) 1997-2007 University of Cambridge.