Sorts a string array in ascending order.
function sortStrings input String arr[:]; output String sorted[:]; end sortStrings;