View Single Post
10/22/18, 08:37 AM   #3
Draxinusom
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 3
The expected "lexical" sort order is generally called "Alphanumerical sorting" or "Natural sorting". Standard c-type simple sort algorithms are usually for the sake of brevity and complexity not able to do that. Here's a few test implementations for lua:
http://notebook.kulchenko.com/algori...-humans-in-lua
  Reply With Quote