$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [stringalgo] Splitting based on sequence of elements
From: Edward Diener (eldiener_at_[hidden])
Date: 2012-01-03 20:28:08
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 ?