Re: [Haskell-cafe] Simple string tokenizer?

15 Jun
2011
15 Jun
'11
12:29 p.m.
On Jun 15, 2011 11:22 AM, "Dmitri O.Kondratiev"
Sorry if this question was asked billions of times already, but I can not
find a simple string tokenizer.
All I need is to split a line in chunks at specified delimiter such as (,), nothing more. Don't want to write it myself for two reasons: 1) have to write lots of other code in very short time 2) don't want undermine idea of code reuse )
Sounds like you want `Data.List.Split.splitOn` from the 'split' package ( http://hackage.haskell.org/package/split ).
5091
Age (days ago)
5091
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thedward Blevins