How can I combine multiple splitting criterion when using Haskell package split? -
i use data.list.split
split
on hackage
split text sublists @ ". " (period followed blank)
split (keepdelimsr $ onsublist ". " )
but split on multiple sequence (i.e. "? " (question mark, blank), possibly others. documentation in split cannot see how use multiple (more 1 character) conditions split.
anybody knows solution? thank you!
Comments
Post a Comment