@hackage NaturalSort0.2.1

Natural sorting for strings

  • Installation

  • Dependencies (3)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      base3
       (off by default)

      Use base version 3

      driver
       (off by default)

      Build driver program

      no-lib
       (off by default)

      Do not build the library (just the driver)

      test
       (off by default)

      Build test driver

      coverage
       (off by default)

      Build with code coverage

A library for sorting strings "naturally", i.e. taking numerical values into account when comparing textual inputs.

E.g., "1" < "10", and "10 bottles of beer" < "100 bottles of beer".