summaryrefslogtreecommitdiffstats
path: root/perl/perl-Sort-Naturally/README
blob: 8064e2ce11d01bed65db6140217f8cd40ffb3351 (plain)
1
2
3
4
This Perl module exports two functions, nsort and ncmp; they are
used in implementing one idea of a "natural sorting" algorithm.
Under natural sorting, numeric substrings are compared numerically,
and other word-characters are compared lexically.