sortAlpha
The sortAlpha
function sorts a list of strings into alphabetical (lexicographical)
order.
It does not sort in place, but returns a sorted copy of the list, in keeping with the immutability of lists.
Back to topDeploy, administrate & extend Pydio
The sortAlpha
function sorts a list of strings into alphabetical (lexicographical)
order.
It does not sort in place, but returns a sorted copy of the list, in keeping with the immutability of lists.
Back to top