Documentation update.
This commit is contained in:
parent
697cf5f602
commit
29c0d64158
|
@ -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
|
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.
|
it bypasses some of the sanity checks that <b>pcre2_match()</b> applies.
|
||||||
Its arguments are exactly the same as for
|
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>
|
||||||
<P>
|
<P>
|
||||||
The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY,
|
The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH PCRE2_JIT_MATCH 3 "03 November 2014" "PCRE2 10.0"
|
.TH PCRE2_JIT_MATCH 3 "11 February 2020" "PCRE2 10.35"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
PCRE2 - Perl-compatible regular expressions (revised API)
|
PCRE2 - Perl-compatible regular expressions (revised API)
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -22,8 +22,10 @@ algorithm that is similar to Perl's. It is a "fast path" interface to JIT, and
|
||||||
it bypasses some of the sanity checks that \fBpcre2_match()\fP applies.
|
it bypasses some of the sanity checks that \fBpcre2_match()\fP applies.
|
||||||
Its arguments are exactly the same as for
|
Its arguments are exactly the same as for
|
||||||
.\" HREF
|
.\" HREF
|
||||||
\fBpcre2_match()\fP.
|
\fBpcre2_match()\fP,
|
||||||
.\"
|
.\"
|
||||||
|
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,
|
The supported options are PCRE2_NOTBOL, PCRE2_NOTEOL, PCRE2_NOTEMPTY,
|
||||||
PCRE2_NOTEMPTY_ATSTART, PCRE2_PARTIAL_HARD, and PCRE2_PARTIAL_SOFT. Unsupported
|
PCRE2_NOTEMPTY_ATSTART, PCRE2_PARTIAL_HARD, and PCRE2_PARTIAL_SOFT. Unsupported
|
||||||
|
|
Loading…
Reference in New Issue