natural-sort-0.1: User-friendly text collationContentsIndex
natural-sort-0.1: User-friendly text collation

The built-in comparisons for textual data are based on Unicode ordinals. This does not match most every-day sorting algorithms. For example, "z10.txt" is sorted after "z2.txt" by users, but before it by na&#a9;ve algorithms.

This package provides an implementation of "natural sort", which more closely matches user expectations.

See also: http://www.davekoelle.com/alphanum.html

Modules
show/hideAlgorithms
Algorithms.NaturalSort
Produced by Haddock version 2.6.0