On 1/3/2012 8:28 PM, Edward Diener wrote:
Is it possible to use the boost::algorithm::split function to split a
sequence based on a subsequence match rather than on individual elements
of the sequence ?
Never mind ! The regex_token_iterator is fine instead.