alphanum_sort(list_of_strings)
Sorts an iterable of strings by alphanumeric value. Previously named AlphaNum_Sort
Parameters:
Name | Type | Description | Default |
---|---|---|---|
list_of_strings |
list |
contains N strings elements. |
required |
Returns:
Type | Description |
---|---|
list |
list of strings sorted. |
Note
The return type will be a copy of the input type.