[stringalgo] Splitting based on sequence of elements

3 Jan
2012
3 Jan
'12
6:28 p.m.
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 ?

3 Jan
3 Jan
7:16 p.m.
New subject: [stringalgo] Splitting based on sequence of elements
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.
4915
Age (days ago)
4915
Last active (days ago)
1 comments
1 participants
participants (1)
-
Edward Diener