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 8484158 commit aa26ec2Copy full SHA for aa26ec2
doc/Language/regexes.pod6
@@ -2643,7 +2643,7 @@ C<s:samespace/.../.../>.
2643
2644
=head1 Backtracking
2645
2646
-Raku defaults to I<backtracking> when evaluating regular expressions.
+Raku defaults to I<backtracking|/language/glossary#Backtracking> when evaluating regular expressions.
2647
Backtracking is a technique that allows the engine to try different
2648
matching in order to allow every part of a regular expression to succeed.
2649
This is costly, because it requires the engine to usually
0 commit comments