natsort
natsort copied to clipboard
🌴 Javascript natural sort algorithm with unicode support.
also `test/spec/version.spec.js:6 version number strings: › #6` test case is not executed with npm test, since the version.js file is ignored by jest. to reproduce the the issue: * rename...
Hey, thanks for creating this essential functionality for the JS/TS ecosystem. I have a feature request that I'd be willing to look into implementing as a PR, but I figured...
['02', '04', '15', '22', '099', '02B', '04B', '15B', '22B', '099B'].sort(natsort()); I expected the result to be ["02", "02B", "04", "04B", "15", "15B", "22", "22B", "099", "099B"] The actual result was...