Sort Text Array

Syntax

Sort Text Array

Parameters

Array

Array of texts to sort

Predicate

Function that takes two texts which returns true if first text is less than second

Output

Sorted Array

New array of sorted texts