Sorry if this question was asked billions of times already, but I can not find a simple string tokenizer.<br>All I need is to split a line in chunks at specified delimiter such as (,), nothing more. Don&#39;t want to write it myself for two reasons: 1) have to write lots of other code in very short time 2) don&#39;t want undermine idea of code reuse )<br>
<br>Where to get latest Data.String.Utils library that I saw somewhere on the web and that has a nice and simple &#39;split&#39; function?<br>Thanks!<br><br><br>