$sortCaseSensitive

Sorts a list of tokens lexicographically respecting case.
Syntax
    $sortCaseSensitive{token_list}{sort_direction}{token_delimiter}
DocumentationSorts a list of tokens lexicographically respecting case:

    Parameters:
      token_list, the list of tokens to be sorted.
      sort_direction, a optinal parameter to specify the sort direction, defaults to 'down'.
      token_delimiter, a optional parameter used to specify the delimiter that separates the tokens, defaults to '$\n'.
    Returns:
      the given list of tokens lexicographically sorted respecting case.
Examples
Sort a list of the names of the templates contained in the category 'Default':

    $set{sorted_list}{$sortCaseSensitive{$getTemplates{Default}}{down}{$\ }}
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 3