guile-user
[Top][All Lists]
Advanced

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

problem with (string-tokenize string charset)


From: Stan Pinte
Subject: problem with (string-tokenize string charset)
Date: Tue, 3 Dec 2002 09:24:20 +0100

hello,

there is a problem with string-tokenize...

guile> (string-tokenize "stan-henry" (char-set #\-))
("-")

--> as documented, this should return ("stan" "henry").

I must be a problem in the routine s_scm_string_filter in srfi-13.c

I will give a look to it in deep...

What is strange is that I see that a bug as already been assigned to it...


name: string-tokenize-is-wrong
summary: SRFI-13 string-tokenize is wrong
reported: Matthias Koeppe <address@hidden>, 2002-03-12
affects: HEAD
assigned: <address@hidden>, 2002-04-24

Was it for the same reason?

thanks a lot,

Stan.




reply via email to

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