Retrieving parsed separators in boost::tokenizer
8 Jul
2008
8 Jul
'08
12:08 p.m.
Hi, When I use multiple separator to tokenize a string with boost::char_separator<char> sep( ".,:;" ) as example, i'd like to know if there could be some to iterate parsed separators, just like we can iterate parsed tokens. In my case, I need to know, with a defined separators list, which are the most used in a user defined text. Thnx Carlos Alvarez
5973
Age (days ago)
5973
Last active (days ago)
0 comments
1 participants
participants (1)
-
Carlos Alvarez