We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b80b1 commit fa6cd6eCopy full SHA for fa6cd6e
lib/Language/variables.pod
@@ -569,7 +569,7 @@ can be used.
569
C<$/> can have named attributes if the L<Regex|regex> had named capture-groups
570
in it, or if the Regex called out to another Regex.
571
572
- 'I.... see?' ~~ / \w+ <punctuation=-[\w\s]> \s* $<final-word> = [ \w+ . ] /
+ 'I.... see?' ~~ / \w+ $<punctuation>=[ <-[\w\s]>+ ] \s* $<final-word> = [ \w+ . ] /;
573
say $/<punctuation>; # 「....」
574
say $/<final-word>; # 「see?」
575
0 commit comments