
15 Jul
2006
15 Jul
'06
3:34 p.m.
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