[stringalgo] Splitting based on sequence of elements
4 Jan
2012
4 Jan
'12
1:28 a.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 ?
4 Jan
4 Jan
2:16 a.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.
4694
Age (days ago)
4694
Last active (days ago)
1 comments
1 participants
participants (1)
-
Edward Diener