Sorts the characters in a string in alphabetical order.
The string to sort.
strSortChars('dcba');//=> 'abcd' Copy
strSortChars('dcba');//=> 'abcd'
Generated using TypeDoc
Sorts the characters in a string in alphabetical order.