Jump to content

Sort the letters of string in alphabetical order: Difference between revisions

m
m (→‎case insensitive: oops, wrong internal tag)
Line 132:
</pre>
===case insensitive===
You can make this case insensitive by applying lower() on each internal comparison, whereas with the builtin that is done (more efficiently) by extracting a custom tagsort:
<!--<lang Phix>(notonline)-->
<span style="color: #008080;">without</span> <span style="color: #008080;">javascript_semantics</span> <span style="color: #000080;font-style:italic;">-- (JavaScript does not support string subscript destructuring)</span>
7,820

edits

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