summaryrefslogtreecommitdiff
path: root/doc/html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-02-11 16:37:08 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-02-11 16:37:08 +0000
commit9357819cd1082b88ac16d39224a126561413e8cb (patch)
treef4daffee6f0b9ce80194f90d97d1c5c45b3a6388 /doc/html
parenta6749bb6c7c6fbfe849fb7e4e8dcf9d0e767d3e4 (diff)
downloadpcre2-9357819cd1082b88ac16d39224a126561413e8cb.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1218 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/pcre2_jit_match.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/html/pcre2_jit_match.html b/doc/html/pcre2_jit_match.html
index 1d59667..8629e4a 100644
--- a/doc/html/pcre2_jit_match.html
+++ b/doc/html/pcre2_jit_match.html
@@ -33,7 +33,9 @@ processed by the JIT compiler against a given subject string, using a matching
algorithm that is similar to Perl's. It is a "fast path" interface to JIT, and
it bypasses some of the sanity checks that <b>pcre2_match()</b> applies.
Its arguments are exactly the same as for
-<a href="pcre2_match.html"><b>pcre2_match()</b>.</a>
+<a href="pcre2_match.html"><b>pcre2_match()</b>,</a>
+except that the subject string must be specified with a length;
+PCRE2_ZERO_TERMINATED is not supported.
</P>
<P>
The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY,