@hackage / acme-strtok

A Haskell port of the C/PHP strtok function

Latest0.1.0.3

About

Metadata

  • Last updated , by eberlm
  • License LicenseRef-PublicDomain
  • Maintained by: last name + m _at_ in.tum.de

  • Lottery factor: 0

Links

Installation

Readme

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.