diff options
Diffstat (limited to 'libs/regex/doc/html/boost_regex/syntax/basic_syntax.html')
-rw-r--r-- | libs/regex/doc/html/boost_regex/syntax/basic_syntax.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html b/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html index f3682ded0..0d4ddf3f6 100644 --- a/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html +++ b/libs/regex/doc/html/boost_regex/syntax/basic_syntax.html @@ -3,8 +3,8 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>POSIX Basic Regular Expression Syntax</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../../index.html" title="Boost.Regex 5.0.0"> +<meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> +<link rel="home" href="../../index.html" title="Boost.Regex 5.0.1"> <link rel="up" href="../syntax.html" title="Regular Expression Syntax"> <link rel="prev" href="basic_extended.html" title="POSIX Extended Regular Expression Syntax"> <link rel="next" href="character_classes.html" title="Character Class Names"> @@ -240,7 +240,7 @@ aaaa unit. Collating elements may also be used as the end point of a range, for example: <code class="computeroutput"><span class="special">[[.</span><span class="identifier">ae</span><span class="special">.]-</span><span class="identifier">c</span><span class="special">]</span></code> matches the character sequence "ae", plus any single character - in the rangle "ae"-c, assuming that "ae" is treated as + in the range "ae"-c, assuming that "ae" is treated as a single collating element in the current locale. </p> <p> |