For Array, there is a pretty sort method to rearrange the sequence of elements. I want to archive the same results for String.
For example, I have a string str = "String", I want to sort it alphabetically with one simple method to "ginrSt".
Is there native way to enable this or should I include mixins from Enumerable?