Is there a way to have a capture repeat an arbitrary number of times in a regex?

前端 未结 3 1036
深忆病人
深忆病人 2021-01-21 08:00

I\'m using the C++ tr1::regex with the ECMA regex grammar. What I\'m trying to do is parse a header and return values associated with each item in the header.

Header:

3条回答
提交回复
热议问题