Rosettacode tasks in Perl 6
Search...
Ctrl + K
Programming tasks
S
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
1 year ago