Portability | unportable |
---|---|
Stability | unstable |
Maintainer | joachim.fasting@gmail.com |
Natural sorting for strings.
- natSort :: [ByteString] -> [ByteString]
- natSortS :: [String] -> [String]
Documentation
natSort :: [ByteString] -> [ByteString]Source
Sort a list of ByteString
s using natural comparison.