Subject: Re: problems with rb_str_split()
From: ts <decoux moulon.inra.fr>
Date: Thu, 13 Nov 2003 20:05:47 +0900
References: 85009850118503685037850388504085041
In-reply-to: 85041
>>>>> "I" == Ian Macdonald <ian / caliban.org> writes:
I> That's a nice way around the problem.
You can still use
res = rb_funcall(rb_str_new2("abc, def"), rb_intern("split"),
1, rb_reg_new(", ", 2, 0));
Guy Decoux