[Scheme-reports] split-string Sascha Ziemann (29 Dec 2014 20:12 UTC)
Re: [Scheme-reports] split-string Alex Shinn (30 Dec 2014 01:27 UTC)
Re: [Scheme-reports] split-string John Cowan (31 Dec 2014 00:44 UTC)

[Scheme-reports] split-string Sascha Ziemann 29 Dec 2014 20:02 UTC

Today I was searching for a split-string in R7RS and it seems to me
that it is not there.

Everybody else seems to have it:

https://docs.python.org/2/library/stdtypes.html#str.split
http://docs.oracle.com/javase/8/docs/api/java/lang/String.html#split-java.lang.String-
http://golang.org/pkg/strings/#Split
http://www.ruby-doc.org/core-2.2.0/String.html#method-i-split
http://msdn.microsoft.com/en-us/library/tabh47cf.aspx
http://php.net/manual/en/function.explode.php

I am wondering if it is wise to specify a language without such a
basic function.

Regards,
Sascha

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports