Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure <( )> is in the regex category
  • Loading branch information
samcv committed Dec 17, 2016
1 parent 8a8f082 commit f622680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/regexes.pod6
Expand Up @@ -715,7 +715,7 @@ all named captures:
There is a more convenient way to get named captures which is discussed in
the section on Subrules.
=head2 X«Capture markers|<(,)>»
=head2 X«Capture markers|regex,<( )>»
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
Expand Down

0 comments on commit f622680

Please sign in to comment.