StringSort()
Returns a string containing the sorted characters from the input.
StringSort( inputString=string );
Returns: String
| Argument | Description |
|---|---|
|
inputString
string,
required
|
edit
Input string. |
Examples
edit result = stringSort("JohnWick");
writeOutput(result);
See also
- string.sort()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)