j
k
j a
j l
Guo Xu wrote:
...a regex expression: (?<=[^\\](?:\\\\)*)\\0 can work well in c#, but error in boost::regex why?
a regex expression: (?<=[^\\](?:\\\\)*)\\0 can work well in c#, but error in boost::regex why?
Variable length lookbehind isn't supported in Boost.Regex (or in Perl for that matter). Regards, John.
Back to the thread
Back to the list