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>
|
||||
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
|
||||
in the section entitiled
|
||||
in the section entitled
|
||||
<a href="#internaloptions">"Internal Option Setting"</a>
|
||||
above.
|
||||
</P>
|
||||
|
|
|
@ -7672,7 +7672,7 @@ NAMED CAPTURE GROUPS
|
|||
|
||||
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,
|
||||
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
|
||||
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
|
||||
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
|
||||
in the section entitiled
|
||||
in the section entitled
|
||||
.\" HTML <a href="#internaloptions">
|
||||
.\" </a>
|
||||
"Internal Option Setting"
|
||||
|
|
Loading…
Reference in New Issue