Mitar wrote: > I am really missing the (general) split function built in standard > Haskell. I do not understand why there is something so specific as > words and lines but not a simple split? The same goes for join. Don't forget Text.Regex.splitRegex.