12 Jul
2005
12 Jul
'05
2:05 a.m.
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