Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a newline so my regex text doesn't become the header
  • Loading branch information
samcv committed Dec 17, 2016
1 parent cad630c commit 8a8f082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Language/regexes.pod6
Expand Up @@ -716,6 +716,7 @@ There is a more convenient way to get named captures which is discussed in
the section on Subrules.
=head2 X«Capture markers|<(,)>»
A C«<(» token indicates the start of the match's overall capture, while the corresponding C«)>»
token indicates its endpoint. The C«<(» is similar to other languages X<\K|\K> to discard any matches
found before the C<\K>.
Expand Down

0 comments on commit 8a8f082

Please sign in to comment.