summaryrefslogtreecommitdiff
path: root/doc/pcre2test.txt
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-09-22 16:51:11 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-09-22 16:51:11 +0000
commitffb3e798474dacb51c9d4eab8020425ab857e0e1 (patch)
treee43bdadf0429948712d246ddef867563f8f5a570 /doc/pcre2test.txt
parent14ddba9ecfaee9435ace626d9bf57a5ce06c8a18 (diff)
downloadpcre2-ffb3e798474dacb51c9d4eab8020425ab857e0e1.tar.gz
Documentation for offset limits.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@375 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2test.txt')
-rw-r--r--doc/pcre2test.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/pcre2test.txt b/doc/pcre2test.txt
index 98509bd..3dd4f2c 100644
--- a/doc/pcre2test.txt
+++ b/doc/pcre2test.txt
@@ -432,6 +432,13 @@ SUBJECT LINE SYNTAX
abc\=notbol,notempty
+ If the subject string is empty and \= is followed by whitespace, the
+ line is treated as a comment line, and is not used for matching. For
+ example:
+
+ \= This is a comment.
+ abc\= This is an invalid modifier list.
+
A backslash followed by any other non-alphanumeric character just
escapes that character. A backslash followed by anything else causes an
error. However, if the very last character in the line is a backslash
@@ -1391,5 +1398,5 @@ AUTHOR
REVISION
- Last updated: 12 September 2015
+ Last updated: 14 September 2015
Copyright (c) 1997-2015 University of Cambridge.