Description
A Haskell port of the C/PHP strtok function.
Description
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.