Rosettacode tasks in Perl 6
More
Search
Ctrl + K
String length
Byte Length
Copy
say
'møøse'
.encode(
'UTF-8'
).bytes;
Character Length
Copy
say
'møøse'
.codes;
Grapheme Length
Copy
say
'møøse'
.chars;
Previous
String interpolation included
Next
String matching
Last updated
11 months ago