Alphabetically sorts characters in a string. Vectorized over x.
strSort(x)
x
A string to sort.
A sorted string.
strSort("cba") strSort("zyxcCbB105.a") strSort(c("cba", "zyx")) strSort(c("cba", NA))