natural-sort
There are 18 repositories under natural-sort topic.
SethMMorton/natsort
Simple yet flexible natural sorting in Python.
tompazourek/NaturalSort.Extension
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
bubkoo/natsort
🌴 Javascript natural sort algorithm with unicode support.
yobacca/natural-orderby
Lightweight (< 1.6kB gzipped) and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
augustoproiete/NaturalStringExtensions
Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans
awssat/numbered-string-order
🔢 Sort an array of strings based on the included numbers naturally.
climech/naturalsort
Natural sorting implemented in Go
FlorianWendelborn/atom-sorter
:signal_strength: :atom: package to sort things.
turtletopia/versionsort
Sorting version codes for R
wevre/natural-compare
Natural sort comparator for strings in Clojure/Script.
jagobagascon/Natural-Sorting-for-Java
A simple Java class that provides natural sorting for strings.
abrudz/Sort
Library of sorting variations
CaballerosTeam/Sort-Naturally-XS
Perl natural sorting module
GEOFARL/external-sorting
CLI that implements generating and sorting huge files of random integer numbers using multiway merge and natural sorting algorithms
mentalmove/NaturalMergeSort
Visualisation of Natural Merge Sort Algorithm
yasuoka/stralnumcmp
Compare text naturally in C, Perl, Python, and lua, usable for "natural sort"
DonRomanos/Challenge_Natural_comparison
Implement an algorithm doing an alphanumerical comparison for strings (like in most UIs)
lassevk/naturally
Natural sorting order library for .NET Standard