$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stian Karlsen (stian.prg_at_[hidden])
Date: 2006-06-13 04:36:55
Hi.
Can the Boost Tokenizer be used to split a string with a delimiter of
several characters? With this I mean that the delimiter ";;" would split
("12;3;;45") into ("12;3","45").
I can't find functions etc for this in the documentation and the examples.
Is there any other class that does this easily?
Best Regards,
Stian