chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #341: string-split only considers the first character


From: Chicken Trac
Subject: [Chicken-janitors] #341: string-split only considers the first character of delimiter-string
Date: Thu, 19 Aug 2010 16:09:37 -0000

#341: string-split only considers the first character of delimiter-string
--------------------------------------------+-------------------------------
 Reporter:  syn                             |       Owner:       
     Type:  defect                          |      Status:  new  
 Priority:  minor                           |   Milestone:  4.6.0
Component:  unknown                         |     Version:  4.5.x
 Keywords:  string-split don't split right  |  
--------------------------------------------+-------------------------------
 Example:

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

 =>

     ("a" "b" "c")

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/341>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]