How to split a string between two specified chars in haskell?

后端 未结 0 1813
北恋
北恋 2020-12-03 17:18

I would like to split a String in between for instance ( and ) so that i get a list of all substrings.

example:

"foo (bar) foo (foo2) bar (foo3)"

相关标签:
回答
  • 消灭零回复
提交回复
热议问题