alphanum-sort
Alphanumeric sorting algorithm
Install
With npm do:
Example
API
alphanumSort(array, options)
options
insensitive
Type: Boolean
Default: false
Compares items case insensitively
sign
Type: Boolean
Default: false
Allows +
and -
characters before numbers
License
MIT © Bogdan Chadkin
Last updated