stringsort()

Returns a string containing the sorted characters from the input.

stringsort( inputString=string );

Returns: String

Argument Description
inputString
string, required

Input string.

Examples

There are currently no examples for this function

See also