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 b56885b commit fe03241Copy full SHA for fe03241
doc/Language/regexes.pod6
@@ -964,7 +964,7 @@ C<\K>.
964
say 'abc' ~~ / a <( b )> c/; # OUTPUT: «「b」»
965
say 'abc' ~~ / <(a <( b )> c)>/; # OUTPUT: «「bc」»
966
967
-As the example above, you can see C«<(» sets the start point and C«<)» sets the
+As the example above, you can see C«<(» sets the start point and C«)>» sets the
968
endpoint. They are actually independent.
969
970
=head1 Substitution
0 commit comments