You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Storer 01be0079dd perl/perl-Sort-Naturally: Fix source URLs. 11 years ago
..
README perl/perl-Sort-Naturally: Added (sort lexically, but numeral parts numerically) 14 years ago
perl-Sort-Naturally.SlackBuild various: Update find command to match template. 12 years ago
perl-Sort-Naturally.info perl/perl-Sort-Naturally: Fix source URLs. 11 years ago
slack-desc perl/perl-Sort-Naturally: Updated for version 1.03. 13 years ago

README

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.