Fix typo.
This commit is contained in:
parent
e69a614430
commit
3787601f81
|
@ -3463,7 +3463,7 @@ capture groups and letters within \eQ...\eE quoted sequences.
|
||||||
Note that case forcing sequences such as \eU...\eE do not nest. For example,
|
Note that case forcing sequences such as \eU...\eE do not nest. For example,
|
||||||
the result of processing "\eUaa\eLBB\eEcc\eE" is "AAbbcc"; the final \eE has no
|
the result of processing "\eUaa\eLBB\eEcc\eE" is "AAbbcc"; the final \eE has no
|
||||||
effect. Note also that the PCRE2_ALT_BSUX and PCRE2_EXTRA_ALT_BSUX options do
|
effect. Note also that the PCRE2_ALT_BSUX and PCRE2_EXTRA_ALT_BSUX options do
|
||||||
not apply to not apply to replacement strings.
|
not apply to replacement strings.
|
||||||
.P
|
.P
|
||||||
The second effect of setting PCRE2_SUBSTITUTE_EXTENDED is to add more
|
The second effect of setting PCRE2_SUBSTITUTE_EXTENDED is to add more
|
||||||
flexibility to capture group substitution. The syntax is similar to that used
|
flexibility to capture group substitution. The syntax is similar to that used
|
||||||
|
|
Loading…
Reference in New Issue