Fix typo!
This commit is contained in:
parent
279128cbde
commit
6707614863
|
@ -1902,7 +1902,7 @@ are permitted for groups with the same number, for example:
|
||||||
</pre>
|
</pre>
|
||||||
The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES
|
The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES
|
||||||
option at compile time, or by the use of (?J) within the pattern, as described
|
option at compile time, or by the use of (?J) within the pattern, as described
|
||||||
in the section entitiled
|
in the section entitled
|
||||||
<a href="#internaloptions">"Internal Option Setting"</a>
|
<a href="#internaloptions">"Internal Option Setting"</a>
|
||||||
above.
|
above.
|
||||||
</P>
|
</P>
|
||||||
|
|
|
@ -7672,7 +7672,7 @@ NAMED CAPTURE GROUPS
|
||||||
|
|
||||||
The duplicate name constraint can be disabled by setting the PCRE2_DUP-
|
The duplicate name constraint can be disabled by setting the PCRE2_DUP-
|
||||||
NAMES option at compile time, or by the use of (?J) within the pattern,
|
NAMES option at compile time, or by the use of (?J) within the pattern,
|
||||||
as described in the section entitiled "Internal Option Setting" above.
|
as described in the section entitled "Internal Option Setting" above.
|
||||||
|
|
||||||
Duplicate names can be useful for patterns where only one instance of
|
Duplicate names can be useful for patterns where only one instance of
|
||||||
the named capture group can match. Suppose you want to match the name
|
the named capture group can match. Suppose you want to match the name
|
||||||
|
|
|
@ -1903,7 +1903,7 @@ are permitted for groups with the same number, for example:
|
||||||
.sp
|
.sp
|
||||||
The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES
|
The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES
|
||||||
option at compile time, or by the use of (?J) within the pattern, as described
|
option at compile time, or by the use of (?J) within the pattern, as described
|
||||||
in the section entitiled
|
in the section entitled
|
||||||
.\" HTML <a href="#internaloptions">
|
.\" HTML <a href="#internaloptions">
|
||||||
.\" </a>
|
.\" </a>
|
||||||
"Internal Option Setting"
|
"Internal Option Setting"
|
||||||
|
|
Loading…
Reference in New Issue