Name: | perl-Sort-Naturally |
---|---|
Version: | 1.03 |
Release: | 36.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 31254 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: | perl-Sort-Naturally-1.03-36.el10_0.noarch.rpm |
Source RPM: | perl-Sort-Naturally-1.03-36.el10_0.src.rpm |
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Sort-Naturally |
Summary: | Sort lexically, but sort numeral parts numerically |
Description: | 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. |