Summary

string-split only considers the first character of delimiter-string

Metadata

Description

Example:

   (string-split "a,b,c" ",xxxx")

=>

   ("a" "b" "c")

Changes and comments

[2010-08-19 19:07:23 UTC] zbigniew changed status from new to closed

[2010-08-19 19:07:23 UTC] zbigniew set resolution to invalid

[2010-08-19 19:07:23 UTC] zbigniew wrote:

It splits at any char in the delimiter string.

#;5> (string-split "a,b,cxdxe" ",x") ("a" "b" "c" "d" "e")

[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0

[2011-04-04 08:31:00 UTC] felix wrote:

Milestone 4.6.0 deleted