summaryrefslogtreecommitdiff
path: root/doc/html/boost/xpressive/regex_search.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/xpressive/regex_search.html')
-rw-r--r--doc/html/boost/xpressive/regex_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/xpressive/regex_search.html b/doc/html/boost/xpressive/regex_search.html
index 440141f079..4796f344f1 100644
--- a/doc/html/boost/xpressive/regex_search.html
+++ b/doc/html/boost/xpressive/regex_search.html
@@ -68,7 +68,7 @@
<span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_flag_type</span> flags <span class="special">=</span> <span class="identifier">regex_constants</span><span class="special">::</span><span class="identifier">match_default</span><span class="special">,</span>
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp607688640"></a><h2>Description</h2>
+<a name="idp626538592"></a><h2>Description</h2>
<p>Determines whether there is some sub-sequence within <code class="computeroutput">[begin,end)</code> that matches the regular expression <code class="computeroutput">re</code>.</p>
<p>