ListSort
Sorts a delimited list and returns the result
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The list to sort | |
|
|
| Options are text, numeric, or textnocase | |
|
|
| Options are asc or desc |
|
|
|
| string the list delimiter |
|
|
|
| boolean whether to include empty fields in the returned result |
|
|
|
| boolean whether the delimiter is multi-character |
|
|
|
| Sort based on local rules | |
|
|
| Optional function to use for sorting - if the sort type is a closure, it will be recognized as a callback |
Examples
Related
Last updated