slackbuilds_ponce/perl/perl-Sort-Naturally/README
Mikko Värri ab6a745a79 perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2011-11-26 09:08:08 -06:00

4 lines
247 B
Text

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.