[Haskell-beginners] comma delimited string

Bryce Verdier bryceverdier at gmail.com
Thu Oct 14 14:17:25 EDT 2010


Hi All,

I have a file with a bunch of lines like such.
number,number,string,string,string,string

How can I split up the lines in Haskell so that each item in the line 
becomes an element in a list? Or to put it differently, how do I split 
up a comma delimited string?

Thanks in advance,

Bryce



More information about the Beginners mailing list