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 32b2ebc commit d75b0eaCopy full SHA for d75b0ea
doc/Language/unicode.pod6
@@ -22,7 +22,7 @@ All Unicode codepoint names/named seq/emoji sequences are now case-insensitive:
22
say "\c[latin capital letter E]"; # OUTPUT: «E» (U+0045)
23
24
In addition to using C<\c[]> inside interpolated strings, you can also use
25
-the L<parse-names routine|routine/parse-names#(Str)_routine_parse-names>
+the L<parse-names routine|/type/Str#routine_parse-names>
26
or the parse-names method.
27
28
say "DIGIT ONE".parse-names; # OUTPUT: «1»
0 commit comments