
24 Mar
2005
24 Mar
'05
10:22 a.m.
Hi Stefan, On Thu, Mar 24, 2005 at 10:18:13AM +0100, Stefan Slapeta wrote:
Hi,
is it possible to make the split function return the last token even if empty? IMO the current behaviour is a violation of generic concepts:
split(..., "\tabc") -> returns 2 tokens split(..., "abc\t") -> returns 1 token
What is the rationale for this?
This is known issue, it will be fixed in the upcoming release. Regards, Pavol