summaryrefslogtreecommitdiff
path: root/doc/pcre2syntax.3
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-14 18:41:20 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-11-14 18:41:20 +0000
commit1bf320941731ebb998406ae0ea202b247d982fe0 (patch)
tree64a580ec6ed08bc97f249ec4f50ea048cfc4815c /doc/pcre2syntax.3
parenta1fca7375ea5860f706e9704c718b86441e64032 (diff)
downloadpcre2-1bf320941731ebb998406ae0ea202b247d982fe0.tar.gz
Further substitution tests (code and data), and more documentation.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@147 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2syntax.3')
-rw-r--r--doc/pcre2syntax.327
1 files changed, 14 insertions, 13 deletions
diff --git a/doc/pcre2syntax.3 b/doc/pcre2syntax.3
index 2bd6499..86ead75 100644
--- a/doc/pcre2syntax.3
+++ b/doc/pcre2syntax.3
@@ -1,4 +1,4 @@
-.TH PCRE2SYNTAX 3 "20 October 2014" "PCRE2 10.00"
+.TH PCRE2SYNTAX 3 "14 November 2014" "PCRE2 10.00"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH "PCRE2 REGULAR EXPRESSION SYNTAX SUMMARY"
@@ -470,17 +470,18 @@ Each top-level branch of a look behind must be of a fixed length.
(?(condition)yes-pattern)
(?(condition)yes-pattern|no-pattern)
.sp
- (?(n)... absolute reference condition
- (?(+n)... relative reference condition
- (?(-n)... relative reference condition
- (?(<name>)... named reference condition (Perl)
- (?('name')... named reference condition (Perl)
- (?(name)... named reference condition (PCRE2)
- (?(R)... overall recursion condition
- (?(Rn)... specific group recursion condition
- (?(R&name)... specific recursion condition
- (?(DEFINE)... define subpattern for reference
- (?(assert)... assertion condition
+ (?(n) absolute reference condition
+ (?(+n) relative reference condition
+ (?(-n) relative reference condition
+ (?(<name>) named reference condition (Perl)
+ (?('name') named reference condition (Perl)
+ (?(name) named reference condition (PCRE2)
+ (?(R) overall recursion condition
+ (?(Rn) specific group recursion condition
+ (?(R&name) specific recursion condition
+ (?(DEFINE) define subpattern for reference
+ (?(VERSION[>]=n.m) test PCRE2 version
+ (?(assert) assertion condition
.
.
.SH "BACKTRACKING CONTROL"
@@ -535,6 +536,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 20 October 2014
+Last updated: 14 November 2014
Copyright (c) 1997-2014 University of Cambridge.
.fi