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

Content deleted Content added
Peak (talk | contribs)
/* {{header|jq}} formatting
Thundergnat (talk | contribs)
Line 360:
 
=={{header|Raku}}==
===SimiSemi-realistic version===
<lang perl6>sub sort_within_string ( $_ is copy ) {
constant @lexographic_order = sort *.fc, map &chr, 1..255;