16 Jul
2006
16 Jul
'06
4:19 p.m.
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.