File tree Expand file tree Collapse file tree 7 files changed +813
-812
lines changed
Expand file tree Collapse file tree 7 files changed +813
-812
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ <h1>pcre2 man page</h1>
3434< p >
3535As well as Perl-style regular expression patterns, some features that appeared
3636in Python and the original PCRE before they appeared in Perl are available
37- using the Python syntax. There is also some support for one or two .NET and
38- Oniguruma syntax items, and there are options for requesting some minor changes
39- that give better ECMAScript (aka JavaScript) compatibility.
37+ using the Python syntax. There is also some support for some .NET and Oniguruma
38+ syntax items, and there are options for requesting some minor changes that give
39+ better ECMAScript (JavaScript) compatibility.
4040</ p >
4141< p >
4242The source code for PCRE2 can be compiled to support strings of 8-bit, 16-bit,
4343or 32-bit code units, which means that up to three separate libraries may be
44- installed, one for each code unit size. The size of code unit is not related to
45- the bit size of the underlying hardware. In a 64-bit environment that also
44+ installed, one for each code unit size. The size of a code unit is not related
45+ to the bit size of the underlying hardware. In a 64-bit environment that also
4646supports 32-bit applications, versions of PCRE2 that are compiled in both
474764-bit and 32-bit modes may be needed.
4848</ p >
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ <h1>pcre2api man page</h1>
279279< b > int pcre2_substitute(const pcre2_code *< i > code</ i > , PCRE2_SPTR < i > subject</ i > ,</ b >
280280< b > PCRE2_SIZE < i > length</ i > , PCRE2_SIZE < i > startoffset</ i > ,</ b >
281281< b > uint32_t < i > options</ i > , pcre2_match_data *< i > match_data</ i > ,</ b >
282- < b > pcre2_match_context *< i > mcontext</ i > , PCRE2_SPTR < i > replacementz </ i > ,</ b >
282+ < b > pcre2_match_context *< i > mcontext</ i > , PCRE2_SPTR < i > replacement </ i > ,</ b >
283283< b > PCRE2_SIZE < i > rlength</ i > , PCRE2_UCHAR *< i > outputbuffer</ i > ,</ b >
284284< b > PCRE2_SIZE *< i > outlengthptr</ i > );</ b >
285285</ p >
@@ -3017,7 +3017,7 @@ <h1>pcre2api man page</h1>
30173017</ pre >
30183018The PCRE2_ANCHORED option limits < b > pcre2_match()</ b > to matching at the first
30193019matching position. If a pattern was compiled with PCRE2_ANCHORED, or turned out
3020- to be anchored by virtue of its contents, it cannot be made unachored at
3020+ to be anchored by virtue of its contents, it cannot be made unanchored at
30213021matching time. Note that setting the option at match time disables JIT
30223022matching.
30233023< pre >
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ <h1>pcre2build man page</h1>
4444< br > < a name ="SEC1 " href ="#TOC1 "> BUILDING PCRE2</ a > < br >
4545< p >
4646PCRE2 is distributed with a < b > configure</ b > script that can be used to build
47- the library in Unix-like environments using the applications known as
48- Autotools. Also in the distribution are files to support building using
49- < b > CMake </ b > instead of < b > configure</ b > . The text file
47+ the library in Unix-like environments using the Autotools applications. Also in
48+ the distribution are files to support building using < b > CMake </ b > instead of
49+ < b > configure</ b > . The text file
5050< a href ="README.txt "> < b > README</ b > </ a >
5151contains general information about building with Autotools (some of which is
5252repeated below), and also has some comments about building on various operating
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ obsolete and is no longer maintained.
1616.P
1717As well as Perl-style regular expression patterns, some features that appeared
1818in Python and the original PCRE before they appeared in Perl are available
19- using the Python syntax. There is also some support for one or two .NET and
20- Oniguruma syntax items, and there are options for requesting some minor changes
21- that give better ECMAScript (aka JavaScript) compatibility.
19+ using the Python syntax. There is also some support for some .NET and Oniguruma
20+ syntax items, and there are options for requesting some minor changes that give
21+ better ECMAScript (JavaScript) compatibility.
2222.P
2323The source code for PCRE2 can be compiled to support strings of 8-bit, 16-bit,
2424or 32-bit code units, which means that up to three separate libraries may be
25- installed, one for each code unit size. The size of code unit is not related to
26- the bit size of the underlying hardware. In a 64-bit environment that also
25+ installed, one for each code unit size. The size of a code unit is not related
26+ to the bit size of the underlying hardware. In a 64-bit environment that also
2727supports 32-bit applications, versions of PCRE2 that are compiled in both
282864-bit and 32-bit modes may be needed.
2929.P
You can’t perform that action at this time.
0 commit comments