$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Guo Xu (goooxu_at_[hidden])
Date: 2008-04-26 06:45:46
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