@@ -1917,10 +1917,10 @@ <h1>pcre2api man page</h1>
19171917< pre >
19181918 PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK
19191919</ pre >
1920- Since release 10.38 PCRE2 has forbidden the use of \K within lookaround
1921- assertions, following Perl's lead. This option is provided to re-enable the
1922- previous behaviour (act in positive lookarounds, ignore in negative ones) in
1923- case anybody is relying on it.
1920+ Since release 10.38 PCRE2 has forbidden the use of \K within lookaround
1921+ assertions, following Perl's lead. This option is provided to re-enable the
1922+ previous behaviour (act in positive lookarounds, ignore in negative ones) in
1923+ case anybody is relying on it.
19241924< pre >
19251925 PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES
19261926</ pre >
@@ -2526,7 +2526,7 @@ <h1>pcre2api man page</h1>
25262526Before calling < b > pcre2_match()</ b > , < b > pcre2_dfa_match()</ b > , or
25272527< b > pcre2_jit_match()</ b > you must create a match data block by calling one of
25282528the creation functions above. For < b > pcre2_match_data_create()</ b > , the first
2529- argument is the number of pairs of offsets in the < i > ovector</ i > .
2529+ argument is the number of pairs of offsets in the < i > ovector</ i > .
25302530</ P >
25312531< P >
25322532When using < b > pcre2_match()</ b > , one pair of offsets is required to identify the
@@ -2535,14 +2535,14 @@ <h1>pcre2api man page</h1>
25352535the matched portion of the subject plus three captured substrings.
25362536</ P >
25372537< P >
2538- When using < b > pcre2_dfa_match()</ b > there may be multiple matched substrings of
2538+ When using < b > pcre2_dfa_match()</ b > there may be multiple matched substrings of
25392539different lengths at the same point in the subject. The ovector should be made
25402540large enough to hold as many as are expected.
25412541</ P >
25422542< P >
25432543A minimum of at least 1 pair is imposed by < b > pcre2_match_data_create()</ b > , so
2544- it is always possible to return the overall matched string in the case of
2545- < b > pcre2_match()</ b > or the longest match in the case of
2544+ it is always possible to return the overall matched string in the case of
2545+ < b > pcre2_match()</ b > or the longest match in the case of
25462546< b > pcre2_dfa_match()</ b > .
25472547</ P >
25482548< P >
0 commit comments