Skip to content

Commit 8a8f082

Browse files
committed
Add a newline so my regex text doesn't become the header
1 parent cad630c commit 8a8f082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/regexes.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ There is a more convenient way to get named captures which is discussed in
716716
the section on Subrules.
717717
718718
=head2 X«Capture markers|<(,)>»
719+
719720
A C«<(» token indicates the start of the match's overall capture, while the corresponding C«)>»
720721
token indicates its endpoint. The C«<(» is similar to other languages X<\K|\K> to discard any matches
721722
found before the C<\K>.

0 commit comments

Comments
 (0)