$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-07-15 11:34:24
Mockey Chen wrote:
>I want to get the parameter "boundary" and its value.
>
>
Not really. Regex doesn't support getting each submatch in a repeated
expression. Xpressive does, but in this case, I think you'd be better
off modelling the content-type grammar in Spirit and using that.
Anyway, this question should have gone to boost-users.
Sebastian Redl