@@ -90,14 +90,14 @@ <h1>pcre2test man page</h1>
90
90
unless you really want that action.
91
91
</ P >
92
92
< P >
93
- The input is processed using using C's string functions, so must not
94
- contain binary zeros, even though in Unix-like environments, < b > fgets()</ b >
95
- treats any bytes other than newline as data characters. An error is generated
96
- if a binary zero is encountered. By default subject lines are processed for
97
- backslash escapes, which makes it possible to include any data value in strings
98
- that are passed to the library for matching. For patterns, there is a facility
99
- for specifying some or all of the 8-bit input characters as hexadecimal pairs,
100
- which makes it possible to include binary zeros.
93
+ The input is processed using C's string functions, so must not contain binary
94
+ zeros, even though in Unix-like environments, < b > fgets()</ b > treats any bytes
95
+ other than newline as data characters. An error is generated if a binary zero
96
+ is encountered. By default subject lines are processed for backslash escapes,
97
+ which makes it possible to include any data value in strings that are passed to
98
+ the library for matching. For patterns, there is a facility for specifying some
99
+ or all of the 8-bit input characters as hexadecimal pairs, which makes it
100
+ possible to include binary zeros.
101
101
</ P >
102
102
< br > < b >
103
103
Input for the 16-bit and 32-bit libraries
@@ -1543,7 +1543,7 @@ <h1>pcre2test man page</h1>
1543
1543
If the < b > substitute_callout</ b > modifier is set, a substitution callout
1544
1544
function is set up. The < b > null_context</ b > modifier must not be set, because
1545
1545
the address of the callout function is passed in a match context. When the
1546
- callout function is called (after each substitution), details of the the input
1546
+ callout function is called (after each substitution), details of the input
1547
1547
and output strings are output. For example:
1548
1548
< pre >
1549
1549
/abc/g,replace=<$0>,substitute_callout
@@ -1814,9 +1814,8 @@ <h1>pcre2test man page</h1>
1814
1814
If the strings contain any non-printing characters, they are output as \xhh
1815
1815
escapes if the value is less than 256 and UTF mode is not set. Otherwise they
1816
1816
are output as \x{hh...} escapes. See below for the definition of non-printing
1817
- characters. If the < b > aftertext</ b > modifier is set, the output for substring
1818
- 0 is followed by the the rest of the subject string, identified by "0+" like
1819
- this:
1817
+ characters. If the < b > aftertext</ b > modifier is set, the output for substring 0
1818
+ is followed by the rest of the subject string, identified by "0+" like this:
1820
1819
< pre >
1821
1820
re> /cat/aftertext
1822
1821
data> cataract
@@ -2193,9 +2192,9 @@ <h1>pcre2test man page</h1>
2193
2192
</ P >
2194
2193
< br > < a name ="SEC21 " href ="#TOC1 "> REVISION</ a > < br >
2195
2194
< P >
2196
- Last updated: 11 August 2023
2195
+ Last updated: 19 January 2024
2197
2196
< br >
2198
- Copyright © 1997-2023 University of Cambridge.
2197
+ Copyright © 1997-2024 University of Cambridge.
2199
2198
< br >
2200
2199
< p >
2201
2200
Return to the < a href ="index.html "> PCRE2 index page</ a > .
0 commit comments