From: John Maddock (john_at_[hidden])
Date: 2006-07-16 12:19:51


Mockey Chen wrote:
> I want to get the parameter "boundary" and its value.
>
> Any way to do it?

Yes, but you need to recompile the regex lib with captures support enabled,
see http://www.boost.org/libs/regex/doc/captures.html and scroll down to the
"repeated captures" section.

HTH, John.