$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Regex] Subexpression matching during search
From: John Maddock (john_at_[hidden])
Date: 2014-01-03 04:09:12
>I have probably missed something in the doc that answers my query but I
>just canât see it.
If the regex string is embedded in the C++ source then those backslashes
will need to be doubled to \\d.
Other than that I don't see anything wrong, can you please post a complete
self-contained text case so we can see where you're going wrong?
John.