$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Delfin Rojas (drojas_at_[hidden])
Date: 2005-07-11 21:05:18
> string s = "my birthday is 1976, 15/17";
>
> I want to get is "my", "birthday is 1976", "15" and "17".
According to the documentation boost tokenizer 1.32 uses a TokenizerFunction
to parse the string. If you provide your own function you can parse the
string however you want.
Hope his helps
-delfin