Lucee Function Reference
stringsort()
Returns a string containing the sorted characters from the input.
Example
stringsort(string inputString):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| inputString | string | Yes | Input string. |