summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/erase_all_regex_copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/erase_all_regex_copy.html')
-rw-r--r--[-rwxr-xr-x]doc/html/boost/algorithm/erase_all_regex_copy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/erase_all_regex_copy.html b/doc/html/boost/algorithm/erase_all_regex_copy.html
index 88d66f4bc3..111ee07f4e 100755..100644
--- a/doc/html/boost/algorithm/erase_all_regex_copy.html
+++ b/doc/html/boost/algorithm/erase_all_regex_copy.html
@@ -43,7 +43,7 @@
<span class="keyword">const</span> <span class="identifier">basic_regex</span><span class="special">&lt;</span> <span class="identifier">CharT</span><span class="special">,</span> <span class="identifier">RegexTraitsT</span> <span class="special">&gt;</span> <span class="special">&amp;</span> Rx<span class="special">,</span>
<span class="identifier">match_flag_type</span> Flags <span class="special">=</span> <span class="identifier">match_default</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id3235321"></a><h2>Description</h2>
+<a name="id3291466"></a><h2>Description</h2>
<p>Erase all substrings, matching given regex, from the input. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.</p>
<p>