mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 03:57:27 +02:00
Fix typos from https://svn.boost.org/trac/boost/ticket/9283 and update history.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="regex_search.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="regex_iterator.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section boost_regex_ref_regex_replace">
|
||||
<div class="section">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="boost_regex.ref.regex_replace"></a><a class="link" href="regex_replace.html" title="regex_replace">regex_replace</a>
|
||||
</h3></div></div></div>
|
||||
@ -65,8 +65,8 @@
|
||||
<span class="identifier">match_flag_type</span> <span class="identifier">flags</span> <span class="special">=</span> <span class="identifier">match_default</span><span class="special">);</span>
|
||||
</pre>
|
||||
<p>
|
||||
Enumerates all the occurences of expression <span class="emphasis"><em>e</em></span> in the
|
||||
sequence [first, last), replacing each occurence with the string that results
|
||||
Enumerates all the occurrences of expression <span class="emphasis"><em>e</em></span> in the
|
||||
sequence [first, last), replacing each occurrence with the string that results
|
||||
by merging the match found with the format string <span class="emphasis"><em>fmt</em></span>,
|
||||
and copies the resulting string to <span class="emphasis"><em>out</em></span>. In the case
|
||||
that <span class="emphasis"><em>fmt</em></span> is a unary, binary or ternary function object,
|
||||
@ -80,11 +80,11 @@
|
||||
</p>
|
||||
<p>
|
||||
If the flag <code class="computeroutput"><span class="identifier">format_first_only</span></code>
|
||||
is set in flags then only the first occurence of <span class="emphasis"><em>e</em></span> is
|
||||
replaced.
|
||||
is set in flags then only the first occurrence of <span class="emphasis"><em>e</em></span>
|
||||
is replaced.
|
||||
</p>
|
||||
<p>
|
||||
The manner in which the format string <span class="emphasis"><em>fmt</em></span> is interpretted,
|
||||
The manner in which the format string <span class="emphasis"><em>fmt</em></span> is interpreted,
|
||||
along with the rules used for finding matches, are determined by the flags
|
||||
set in <span class="emphasis"><em>flags</em></span>: see <a class="link" href="match_flag_type.html" title="match_flag_type"><code class="computeroutput"><span class="identifier">match_flag_type</span></code></a>.
|
||||
</p>
|
||||
@ -307,7 +307,7 @@
|
||||
|
||||
<span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">header_text</span> <span class="special">=</span>
|
||||
<span class="string">"<HTML>\n<HEAD>\n"</span>
|
||||
<span class="string">"<TITLE>Auto-generated html formated source</TITLE>\n"</span>
|
||||
<span class="string">"<TITLE>Auto-generated html formatted source</TITLE>\n"</span>
|
||||
<span class="string">"<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=windows-1252\">\n"</span>
|
||||
<span class="string">"</HEAD>\n"</span>
|
||||
<span class="string">"<BODY LINK=\"#0000ff\" VLINK=\"#800080\" BGCOLOR=\"#ffffff\">\n"</span>
|
||||
|
Reference in New Issue
Block a user