summaryrefslogtreecommitdiff
path: root/doc/pcretest.txt
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-05 10:59:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-05 10:59:35 +0000
commitf66c8de115b662c90e2a0af9a4357f69df2b3106 (patch)
treefec1a80cdf7c366cb1868339fce075f556c95feb /doc/pcretest.txt
parent7f1b753dfecb0db660812f00e667abaca6252e28 (diff)
downloadpcre-f66c8de115b662c90e2a0af9a4357f69df2b3106.tar.gz
Tidy up, remove trailing spaces, etc. for 8.00-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@461 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcretest.txt')
-rw-r--r--doc/pcretest.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pcretest.txt b/doc/pcretest.txt
index 46df32a..9cb6e8d 100644
--- a/doc/pcretest.txt
+++ b/doc/pcretest.txt
@@ -335,6 +335,8 @@ DATA LINES
(any number of digits)
\R pass the PCRE_DFA_RESTART option to pcre_dfa_exec()
\S output details of memory get/free calls during matching
+ \Y pass the PCRE_NO_START_OPTIMIZE option to pcre_exec()
+ or pcre_dfa_exec()
\Z pass the PCRE_NOTEOL option to pcre_exec()
or pcre_dfa_exec()
\? pass the PCRE_NO_UTF8_CHECK option to
@@ -661,5 +663,5 @@ AUTHOR
REVISION
- Last updated: 11 September 2009
+ Last updated: 26 September 2009
Copyright (c) 1997-2009 University of Cambridge.