
24 Mar
2005
24 Mar
'05
9:18 a.m.
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? Stefan