slackbuilds_ponce/perl/perl-Sort-Naturally/README

5 lines
247 B
Text
Raw Normal View History

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.