I need to write a regular expression to match a quoted string in which the
double quote character itself is represented by 2 double quotes. For
example:
"beginning ""nested quoted string"" end"
Any idea how to write this in boost::xpressiv e or boost::regex.
Thanks,
A
double quote character itself is represented by 2 double quotes. For
example:
"beginning ""nested quoted string"" end"
Any idea how to write this in boost::xpressiv e or boost::regex.
Thanks,
A
Comment