File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -3630,7 +3630,8 @@ <h1>pcre2api man page</h1>
3630
3630
If PCRE2_SUBSTITUTE_LITERAL is set, the replacement string is not interpreted
3631
3631
in any way. By default, however, a dollar character is an escape character that
3632
3632
can specify the insertion of characters from capture groups and names from
3633
- (*MARK) or other control verbs in the pattern. The following forms are always
3633
+ (*MARK) or other control verbs in the pattern. Dollar is the only escape
3634
+ character (backslash is treated as literal). The following forms are always
3634
3635
recognized:
3635
3636
< pre >
3636
3637
$$ insert a dollar character
@@ -4140,7 +4141,7 @@ <h1>pcre2api man page</h1>
4140
4141
</ P >
4141
4142
< br > < a name ="SEC43 " href ="#TOC1 "> REVISION</ a > < br >
4142
4143
< P >
4143
- Last updated: 02 December 2023
4144
+ Last updated: 08 December 2023
4144
4145
< br >
4145
4146
Copyright © 1997-2023 University of Cambridge.
4146
4147
< br >
Original file line number Diff line number Diff line change @@ -3506,7 +3506,8 @@ CREATING A NEW STRING WITH SUBSTITUTIONS
3506
3506
terpreted in any way. By default, however, a dollar character is an es-
3507
3507
cape character that can specify the insertion of characters from cap-
3508
3508
ture groups and names from (*MARK) or other control verbs in the pat-
3509
- tern. The following forms are always recognized:
3509
+ tern. Dollar is the only escape character (backslash is treated as lit-
3510
+ eral). The following forms are always recognized:
3510
3511
3511
3512
$$ insert a dollar character
3512
3513
$<n> or ${<n>} insert the contents of group <n>
@@ -3977,11 +3978,11 @@ AUTHOR
3977
3978
3978
3979
REVISION
3979
3980
3980
- Last updated: 02 December 2023
3981
+ Last updated: 08 December 2023
3981
3982
Copyright (c) 1997-2023 University of Cambridge.
3982
3983
3983
3984
3984
- PCRE2 10.43 02 December 2023 PCRE2API(3)
3985
+ PCRE2 10.43 08 December 2023 PCRE2API(3)
3985
3986
------------------------------------------------------------------------------
3986
3987
3987
3988
Original file line number Diff line number Diff line change 1
- .TH PCRE2API 3 "02 December 2023" "PCRE2 10.43"
1
+ .TH PCRE2API 3 "08 December 2023" "PCRE2 10.43"
2
2
.SH NAME
3
3
PCRE2 - Perl-compatible regular expressions (revised API)
4
4
.sp
@@ -3638,7 +3638,8 @@ replacement string causes an immediate return with the relevant UTF error code.
3638
3638
If PCRE2_SUBSTITUTE_LITERAL is set, the replacement string is not interpreted
3639
3639
in any way. By default, however, a dollar character is an escape character that
3640
3640
can specify the insertion of characters from capture groups and names from
3641
- (*MARK) or other control verbs in the pattern. The following forms are always
3641
+ (*MARK) or other control verbs in the pattern. Dollar is the only escape
3642
+ character (backslash is treated as literal). The following forms are always
3642
3643
recognized:
3643
3644
.sp
3644
3645
$$ insert a dollar character
@@ -4148,6 +4149,6 @@ Cambridge, England.
4148
4149
.rs
4149
4150
.sp
4150
4151
.nf
4151
- Last updated: 02 December 2023
4152
+ Last updated: 08 December 2023
4152
4153
Copyright (c) 1997-2023 University of Cambridge.
4153
4154
.fi
Original file line number Diff line number Diff line change 1
- .TH PCRE2DEMO 3 " 2 December 2023" "PCRE2 10.43-DEV"
1
+ .TH PCRE2DEMO 3 " 8 December 2023" "PCRE2 10.43-DEV"
2
2
.\" AUTOMATICALLY GENERATED BY PrepareRelease - do not EDIT!
3
3
.SH NAME
4
4
// - A demonstration C program for PCRE2 - //
You can’t perform that action at this time.
0 commit comments