12 Jul
2005
12 Jul
'05
2:44 p.m.
I can not use 1.32 because I am using VC6.
"Delfin Rojas"
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