var compare = require('alphanumeric-sort').compare; ["file 100.txt", "file 5.txt", "file 39.txt"].sort(compare); //=> ["file 5.txt", "file 39.txt", "file 100.txt ...
Sort case insensitive Sort underscore insensitive Sort filename matching patterns Sort mixed alpha and numeric "abc1", "abc12", "abc2", "a1b2" in correct order ...
A reordering of data so that punctuation marks, numeric data and alphabetic data appear as three separate groups. Contrast with lexicographic sort. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other ...