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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -