From 3bb618c91795bc56f3062d7e09f4950b84a064d9 Mon Sep 17 00:00:00 2001 From: ph10 Date: Mon, 5 Jun 2017 18:25:47 +0000 Subject: Implement REG_PEND (GNU extension) for the POSIX wrapper. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@820 6239d852-aaf2-0410-a92c-79f79f948069 --- doc/html/pcre2test.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc/html/pcre2test.html') diff --git a/doc/html/pcre2test.html b/doc/html/pcre2test.html index 58312c0..3fbc8c5 100644 --- a/doc/html/pcre2test.html +++ b/doc/html/pcre2test.html @@ -1078,6 +1078,19 @@ are notbol, notempty, and noteol, causing REG_NOTBOL, REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to regexec(). The other modifiers are ignored, with a warning message.

+

+There is one additional modifier that can be used with the POSIX wrapper. It is +ignored (with a warning) if used for non-POSIX matching. +

+      posix_startend=<n>[:<m>] 
+
+This causes the subject string to be passed to regexec() using the +REG_STARTEND option, which uses offsets to restrict which part of the string is +searched. If only one number is given, the end offset is passed as the end of +the subject string. For more detail of REG_STARTEND, see the +pcre2posix +documentation. +


Setting match controls
@@ -1817,7 +1830,7 @@ Cambridge, England.


REVISION

-Last updated: 01 June 2017 +Last updated: 03 June 2017
Copyright © 1997-2017 University of Cambridge.
-- cgit v1.2.1