Skip to content

Latest commit

 

History

History
92 lines (80 loc) · 2.89 KB

File metadata and controls

92 lines (80 loc) · 2.89 KB

Function: StringSort

Sorts a string and returns the result

Method Signature

StringSort(list=[string], sortType=[any], sortOrder=[string], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean], localeSensitive=[boolean], callback=[any])

Arguments

Argument Type Required Description Default
list string true
sortType any false
sortOrder string false asc
delimiter string false ,
includeEmptyFields boolean false false
multiCharacterDelimiter boolean false false
localeSensitive boolean false
callback any false

Examples

Related