Sort String Array

Syntax

Sort String Array

Parameters

Array

Array of strings to sort

Predicate

Function that takes two strings which returns true if first string is less than second

Output

Type

Type of used predicate.
May be one of next values: By predicate, Standard way.

Sorted Array

New array of sorted strings