aboutsummaryrefslogtreecommitdiff
path: root/doc/pcre2_match.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre2_match.3')
-rw-r--r--doc/pcre2_match.34
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pcre2_match.3 b/doc/pcre2_match.3
index 2be2dd0a..efdd8921 100644
--- a/doc/pcre2_match.3
+++ b/doc/pcre2_match.3
@@ -1,4 +1,4 @@
-.TH PCRE2_MATCH 3 "16 October 2018" "PCRE2 10.33"
+.TH PCRE2_MATCH 3 "27 January 2024" "PCRE2 10.43"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.SH SYNOPSIS
@@ -50,6 +50,8 @@ terminated by a binary zero code unit. The options are:
PCRE2_ANCHORED Match only at the first position
PCRE2_COPY_MATCHED_SUBJECT
On success, make a private subject copy
+ PCRE2_DISABLE_RECURSELOOP_CHECK
+ Only useful in rare cases; use with care
PCRE2_ENDANCHORED Pattern can match only at end of subject
PCRE2_NOTBOL Subject string is not the beginning of a line
PCRE2_NOTEOL Subject string is not the end of a line