active content advanced options
Sorts the elements of the array in alphabetical order. Duplicates are retained.
sort ( array_expression )
# csv ( sort ( array ( 's3', 'a', 'x' ) ) ) #
Result
'a', 's3', 'x'