@hackage acme-strtok0.1.0.3

A Haskell port of the C/PHP strtok function

  • Categories

    • License

      LicenseRef-PublicDomain

    • Maintainer

      last name + m _at_ in.tum.de

    • Versions

    This package provides a Haskell version of the strtok function from C/PHP. Successive calls of this function return tokens (delimited by given delimiting characters) from a string (or a list), one by one.