Jump to content

Substring/Top and tail: Difference between revisions

m
(→‎RPL: HP-48+ version)
m (→‎{{header|Wren}}: Minor tidy)
Line 2,538:
{{libheader|Wren-str}}
As Wren's string slicing and other built-in methods generally work at the byte level, we use the above module for this task which works at the code-point level.
<syntaxhighlight lang="ecmascriptwren">import "./str" for Str
 
var a = "Beyoncé"
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.