chicken-janitors
[Top][All Lists]
Advanced

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

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


From: Chicken Trac
Subject: [Chicken-janitors] Re: #341: string-split only considers the first character of delimiter-string
Date: Thu, 19 Aug 2010 17:07:23 -0000

#341: string-split only considers the first character of delimiter-string
----------------------+-----------------------------------------------------
  Reporter:  syn      |       Owner:                                
      Type:  defect   |      Status:  closed                        
  Priority:  minor    |   Milestone:  4.6.0                         
 Component:  unknown  |     Version:  4.5.x                         
Resolution:  invalid  |    Keywords:  string-split don't split right
----------------------+-----------------------------------------------------
Changes (by zbigniew):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 It splits at any char in the delimiter string.

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

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/341#comment:1>
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]