Nala Ginrut <nalagin...@gmail.com> writes: > hi guilers! > It seems like there's no "regexp-split" procedure in Guile. > What we have is "string-split" which accepted Char only. > So I wrote one for myself.
We've had this topic before, and it only needs a search for "regex-split guile" to find it: http://old.nabble.com/regex-split-for-Guile-td31093245.html. Neil