From 17b35041bdff13ad8301eae5df5f75578f910ce1 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 28 May 2020 14:38:52 +0200 Subject: Perl 6 -> Raku where appropriate --- pod/perlre.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pod/perlre.pod') diff --git a/pod/perlre.pod b/pod/perlre.pod index 8c0d2049e0..0a9e8ec21d 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -2829,7 +2829,7 @@ As a shortcut C<(*MARK:I)> can be written C<(*:I)>. =item C<(*THEN)> C<(*THEN:I)> -This is similar to the "cut group" operator C<::> from Perl 6. Like +This is similar to the "cut group" operator C<::> from Raku. Like C<(*PRUNE)>, this verb always matches, and when backtracked into on failure, it causes the regex engine to try the next alternation in the innermost enclosing group (capturing or otherwise) that has alternations. @@ -2865,7 +2865,7 @@ backtrack and try I; but the C<(*PRUNE)> verb will simply fail. =item C<(*COMMIT)> C<(*COMMIT:I)> X<(*COMMIT)> -This is the Perl 6 "commit pattern" C<< >> or C<:::>. It's a +This is the Raku "commit pattern" C<< >> or C<:::>. It's a zero-width pattern similar to C<(*SKIP)>, except that when backtracked into on failure it causes the match to fail outright. No further attempts to find a valid match by advancing the start pointer will occur again. -- cgit v1.2.1