a problem about boost::regex
26 Apr
2008
26 Apr
'08
10:45 a.m.
a regex expression: (?<=[^\\](?:\\\\)*)\\0 can work well in c#, but error in boost::regex why? *example:* *regex:* (?<=[^\\](?:\\\\)*)\\0 *source:* abc\\\\0\0\\0def *split result:* [0]: abc\\\\0 [1]: \\0def
6042
Age (days ago)
6042
Last active (days ago)
1 comments
2 participants
participants (2)
-
Guo Xu
-
John Maddock