7d0a4d58c7
This module exports two functions, nsort and ncmp; they are used in implementing my idea of a "natural sorting" algorithm. Under natural sorting, numeric substrings are compared numerically, and other word-characters are compared lexically.
4 lines
241 B
Text
4 lines
241 B
Text
This module exports two functions, nsort and ncmp; they are used
|
|
in implementing my idea of a "natural sorting" algorithm. Under
|
|
natural sorting, numeric substrings are compared numerically, and
|
|
other word-characters are compared lexically.
|