Update docs for latest fixed issues.

This commit is contained in:
jzmaddock
2017-02-24 13:14:48 +00:00
parent b1a97fcb95
commit 5456180bb3
94 changed files with 150 additions and 128 deletions

View File

@ -4,7 +4,7 @@
<title>Perl Regular Expression Syntax</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../../index.html" title="Boost.Regex 5.1.2">
<link rel="home" href="../../index.html" title="Boost.Regex 5.1.3">
<link rel="up" href="../syntax.html" title="Regular Expression Syntax">
<link rel="prev" href="../syntax.html" title="Regular Expression Syntax">
<link rel="next" href="basic_extended.html" title="POSIX Extended Regular Expression Syntax">
@ -52,6 +52,9 @@
following special characters:
</p>
<pre class="programlisting">.[{}()\*+?|^$</pre>
<p>
Other characters are special only in certain situations - for example <code class="computeroutput"><span class="special">]</span></code> is special only after an opening <code class="computeroutput"><span class="special">[</span></code>.
</p>
<h5>
<a name="boost_regex.syntax.perl_syntax.h2"></a>
<span class="phrase"><a name="boost_regex.syntax.perl_syntax.wildcard"></a></span><a class="link" href="perl_syntax.html#boost_regex.syntax.perl_syntax.wildcard">Wildcard</a>