$sortCaseInSensitive

Sorts a list of tokens lexicographically ignoring case.
Syntax
    $sortCaseInSensitive{token_list}{sort_direction}{token_delimiter}
DocumentationSorts a list of tokens lexicographically ignoring 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 ignoring case.
Examples
Sort a list of the names of the templates contained in the category 'Default':

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