mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
ab6a745a79
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
4 lines
247 B
Text
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.
|