Summary
string-split only considers the first character of delimiter-string
Metadata
- Id: af62655860cea6eea9269f0890654ea6b8a0c1e9
- Trac id: 341
- Type: defect
- Reporter: syn
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: invalid
- Priority: minor
- Milestone:
- Version: 4.5.x
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-08-19 18:09:37 UTC
- Keywords: string-split don't split right
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