Helper class for Array<String>.

Static methods

staticcompact(arr:ReadonlyArray<String>):Array<String>

Filters out all null or empty strings in the array

staticmax(arr:ReadonlyArray<String>):Null<String>

Finds the max string element in the array.

staticmin(arr:ReadonlyArray<String>):Null<String>

Finds the min string element in the array.