$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2005-03-24 04:18:13
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