$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Carlos Alvarez (sigzegv_at_[hidden])
Date: 2008-07-08 08:08:31
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