• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Boost.Regex 5.1.4</title>
5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="Boost.Regex 5.1.4">
8<link rel="next" href="boost_regex/configuration.html" title="Configuration">
9</head>
10<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11<table cellpadding="2" width="100%"><tr>
12<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
13<td align="center"><a href="../../../../index.html">Home</a></td>
14<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
15<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17<td align="center"><a href="../../../../more/index.htm">More</a></td>
18</tr></table>
19<hr>
20<div class="spirit-nav"><a accesskey="n" href="boost_regex/configuration.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
21<div class="article">
22<div class="titlepage">
23<div>
24<div><h2 class="title">
25<a name="boost_regex"></a>Boost.Regex 5.1.4</h2></div>
26<div><div class="authorgroup"><div class="author"><h3 class="author">
27<span class="firstname">John</span> <span class="surname">Maddock</span>
28</h3></div></div></div>
29<div><p class="copyright">Copyright © 1998-2013 John Maddock</p></div>
30<div><div class="legalnotice">
31<a name="boost_regex.legal"></a><p>
32        Distributed under the Boost Software License, Version 1.0. (See accompanying
33        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
34      </p>
35</div></div>
36</div>
37<hr>
38</div>
39<div class="toc">
40<p><b>Table of Contents</b></p>
41<dl class="toc">
42<dt><span class="section"><a href="boost_regex/configuration.html">Configuration</a></span></dt>
43<dd><dl>
44<dt><span class="section"><a href="boost_regex/configuration/compiler.html">Compiler Setup</a></span></dt>
45<dt><span class="section"><a href="boost_regex/configuration/locale.html">Locale and traits class
46      selection</a></span></dt>
47<dt><span class="section"><a href="boost_regex/configuration/linkage.html">Linkage Options</a></span></dt>
48<dt><span class="section"><a href="boost_regex/configuration/algorithm.html">Algorithm Selection</a></span></dt>
49<dt><span class="section"><a href="boost_regex/configuration/tuning.html">Algorithm Tuning</a></span></dt>
50</dl></dd>
51<dt><span class="section"><a href="boost_regex/install.html">Building and Installing the Library</a></span></dt>
52<dt><span class="section"><a href="boost_regex/intro.html">Introduction and Overview</a></span></dt>
53<dt><span class="section"><a href="boost_regex/unicode.html">Unicode and Boost.Regex</a></span></dt>
54<dt><span class="section"><a href="boost_regex/captures.html">Understanding Marked Sub-Expressions
55    and Captures</a></span></dt>
56<dt><span class="section"><a href="boost_regex/partial_matches.html">Partial Matches</a></span></dt>
57<dt><span class="section"><a href="boost_regex/syntax.html">Regular Expression Syntax</a></span></dt>
58<dd><dl>
59<dt><span class="section"><a href="boost_regex/syntax/perl_syntax.html">Perl Regular Expression
60      Syntax</a></span></dt>
61<dt><span class="section"><a href="boost_regex/syntax/basic_extended.html">POSIX Extended Regular
62      Expression Syntax</a></span></dt>
63<dt><span class="section"><a href="boost_regex/syntax/basic_syntax.html">POSIX Basic Regular
64      Expression Syntax</a></span></dt>
65<dt><span class="section"><a href="boost_regex/syntax/character_classes.html">Character Class
66      Names</a></span></dt>
67<dd><dl>
68<dt><span class="section"><a href="boost_regex/syntax/character_classes/std_char_classes.html">Character
69        Classes that are Always Supported</a></span></dt>
70<dt><span class="section"><a href="boost_regex/syntax/character_classes/optional_char_class_names.html">Character
71        classes that are supported by Unicode Regular Expressions</a></span></dt>
72</dl></dd>
73<dt><span class="section"><a href="boost_regex/syntax/collating_names.html">Collating Names</a></span></dt>
74<dd><dl>
75<dt><span class="section"><a href="boost_regex/syntax/collating_names/digraphs.html">Digraphs</a></span></dt>
76<dt><span class="section"><a href="boost_regex/syntax/collating_names/posix_symbolic_names.html">POSIX
77        Symbolic Names</a></span></dt>
78<dt><span class="section"><a href="boost_regex/syntax/collating_names/named_unicode.html">Named
79        Unicode Characters</a></span></dt>
80</dl></dd>
81<dt><span class="section"><a href="boost_regex/syntax/leftmost_longest_rule.html">The Leftmost
82      Longest Rule</a></span></dt>
83</dl></dd>
84<dt><span class="section"><a href="boost_regex/format.html">Search and Replace Format String Syntax</a></span></dt>
85<dd><dl>
86<dt><span class="section"><a href="boost_regex/format/sed_format.html">Sed Format String Syntax</a></span></dt>
87<dt><span class="section"><a href="boost_regex/format/perl_format.html">Perl Format String Syntax</a></span></dt>
88<dt><span class="section"><a href="boost_regex/format/boost_format_syntax.html">Boost-Extended
89      Format String Syntax</a></span></dt>
90</dl></dd>
91<dt><span class="section"><a href="boost_regex/ref.html">Reference</a></span></dt>
92<dd><dl>
93<dt><span class="section"><a href="boost_regex/ref/basic_regex.html">basic_regex</a></span></dt>
94<dt><span class="section"><a href="boost_regex/ref/match_results.html">match_results</a></span></dt>
95<dt><span class="section"><a href="boost_regex/ref/sub_match.html">sub_match</a></span></dt>
96<dt><span class="section"><a href="boost_regex/ref/regex_match.html">regex_match</a></span></dt>
97<dt><span class="section"><a href="boost_regex/ref/regex_search.html">regex_search</a></span></dt>
98<dt><span class="section"><a href="boost_regex/ref/regex_replace.html">regex_replace</a></span></dt>
99<dt><span class="section"><a href="boost_regex/ref/regex_iterator.html">regex_iterator</a></span></dt>
100<dt><span class="section"><a href="boost_regex/ref/regex_token_iterator.html">regex_token_iterator</a></span></dt>
101<dt><span class="section"><a href="boost_regex/ref/bad_expression.html">bad_expression</a></span></dt>
102<dt><span class="section"><a href="boost_regex/ref/syntax_option_type.html">syntax_option_type</a></span></dt>
103<dd><dl>
104<dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html">syntax_option_type
105        Synopsis</a></span></dt>
106<dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_overview.html">Overview
107        of syntax_option_type</a></span></dt>
108<dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_perl.html">Options
109        for Perl Regular Expressions</a></span></dt>
110<dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_extended.html">Options
111        for POSIX Extended Regular Expressions</a></span></dt>
112<dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_basic.html">Options
113        for POSIX Basic Regular Expressions</a></span></dt>
114<dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_literal.html">Options
115        for Literal Strings</a></span></dt>
116</dl></dd>
117<dt><span class="section"><a href="boost_regex/ref/match_flag_type.html">match_flag_type</a></span></dt>
118<dt><span class="section"><a href="boost_regex/ref/error_type.html">error_type</a></span></dt>
119<dt><span class="section"><a href="boost_regex/ref/regex_traits.html">regex_traits</a></span></dt>
120<dt><span class="section"><a href="boost_regex/ref/non_std_strings.html">Interfacing With Non-Standard
121      String Types</a></span></dt>
122<dd><dl>
123<dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu.html">Working With Unicode
124        and ICU String Types</a></span></dt>
125<dd><dl>
126<dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/intro.html">Introduction
127          to using Regex with ICU</a></span></dt>
128<dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/unicode_types.html">Unicode
129          regular expression types</a></span></dt>
130<dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/unicode_algo.html">Unicode
131          Regular Expression Algorithms</a></span></dt>
132<dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/unicode_iter.html">Unicode
133          Aware Regex Iterators</a></span></dt>
134</dl></dd>
135<dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings.html">Using
136        Boost Regex With MFC Strings</a></span></dt>
137<dd><dl>
138<dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html">Introduction
139          to Boost.Regex and MFC Strings</a></span></dt>
140<dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html">Regex
141          Types Used With MFC Strings</a></span></dt>
142<dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html">Regular
143          Expression Creation From an MFC String</a></span></dt>
144<dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html">Overloaded
145          Algorithms For MFC String Types</a></span></dt>
146<dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html">Iterating
147          Over the Matches Within An MFC String</a></span></dt>
148</dl></dd>
149</dl></dd>
150<dt><span class="section"><a href="boost_regex/ref/posix.html">POSIX Compatible C API's</a></span></dt>
151<dt><span class="section"><a href="boost_regex/ref/concepts.html">Concepts</a></span></dt>
152<dd><dl>
153<dt><span class="section"><a href="boost_regex/ref/concepts/charT_concept.html">charT Requirements</a></span></dt>
154<dt><span class="section"><a href="boost_regex/ref/concepts/traits_concept.html">Traits Class
155        Requirements</a></span></dt>
156<dt><span class="section"><a href="boost_regex/ref/concepts/iterator_concepts.html">Iterator
157        Requirements</a></span></dt>
158</dl></dd>
159<dt><span class="section"><a href="boost_regex/ref/deprecated.html">Deprecated Interfaces</a></span></dt>
160<dd><dl>
161<dt><span class="section"><a href="boost_regex/ref/deprecated/regex_format.html">regex_format
162        (Deprecated)</a></span></dt>
163<dt><span class="section"><a href="boost_regex/ref/deprecated/regex_grep.html">regex_grep (Deprecated)</a></span></dt>
164<dt><span class="section"><a href="boost_regex/ref/deprecated/regex_split.html">regex_split
165        (deprecated)</a></span></dt>
166<dt><span class="section"><a href="boost_regex/ref/deprecated/old_regex.html">High Level Class
167        RegEx (Deprecated)</a></span></dt>
168</dl></dd>
169<dt><span class="section"><a href="boost_regex/ref/internals.html">Internal Details</a></span></dt>
170<dd><dl><dt><span class="section"><a href="boost_regex/ref/internals/uni_iter.html">Unicode Iterators</a></span></dt></dl></dd>
171</dl></dd>
172<dt><span class="section"><a href="boost_regex/background.html">Background Information</a></span></dt>
173<dd><dl>
174<dt><span class="section"><a href="boost_regex/background/headers.html">Headers</a></span></dt>
175<dt><span class="section"><a href="boost_regex/background/locale.html">Localization</a></span></dt>
176<dt><span class="section"><a href="boost_regex/background/thread_safety.html">Thread Safety</a></span></dt>
177<dt><span class="section"><a href="boost_regex/background/examples.html">Test and Example Programs</a></span></dt>
178<dt><span class="section"><a href="boost_regex/background/futher.html">References and Further
179      Information</a></span></dt>
180<dt><span class="section"><a href="boost_regex/background/faq.html">FAQ</a></span></dt>
181<dt><span class="section"><a href="boost_regex/background/performance.html">Performance</a></span></dt>
182<dd><dl>
183<dt><span class="section"><a href="boost_regex/background/performance/section_id1378460593.html">Testing
184        simple leftmost-longest matches (platform = linux, compiler = GNU C++ version
185        6.3.0)</a></span></dt>
186<dt><span class="section"><a href="boost_regex/background/performance/section_id1675827111.html">Testing
187        Perl searches (platform = linux, compiler = GNU C++ version 6.3.0)</a></span></dt>
188<dt><span class="section"><a href="boost_regex/background/performance/section_id3141719723.html">Testing
189        simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
190        Visual C++ version 14.1)</a></span></dt>
191<dt><span class="section"><a href="boost_regex/background/performance/section_id3258595385.html">Testing
192        leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual
193        C++ version 14.1)</a></span></dt>
194<dt><span class="section"><a href="boost_regex/background/performance/section_id3261825021.html">Testing
195        simple Perl matches (platform = linux, compiler = GNU C++ version 6.3.0)</a></span></dt>
196<dt><span class="section"><a href="boost_regex/background/performance/section_id3752650613.html">Testing
197        Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version
198        14.1)</a></span></dt>
199<dt><span class="section"><a href="boost_regex/background/performance/section_id4128344975.html">Testing
200        simple Perl matches (platform = Windows x64, compiler = Microsoft Visual
201        C++ version 14.1)</a></span></dt>
202<dt><span class="section"><a href="boost_regex/background/performance/section_id4148872883.html">Testing
203        leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)</a></span></dt>
204</dl></dd>
205<dt><span class="section"><a href="boost_regex/background/standards.html">Standards Conformance</a></span></dt>
206<dt><span class="section"><a href="boost_regex/background/redist.html">Redistributables</a></span></dt>
207<dt><span class="section"><a href="boost_regex/background/acknowledgements.html">Acknowledgements</a></span></dt>
208<dt><span class="section"><a href="boost_regex/background/history.html">History</a></span></dt>
209</dl></dd>
210</dl>
211</div>
212<p>
213    A printer-friendly <a href="http://sourceforge.net/projects/boost/files/boost-docs/" target="_top">PDF
214    version of this manual is also available</a>.
215  </p>
216</div>
217<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
218<td align="left"><p><small>Last revised: August 11, 2020 at 14:59:36 GMT</small></p></td>
219<td align="right"><div class="copyright-footer"></div></td>
220</tr></table>
221<hr>
222<div class="spirit-nav"><a accesskey="n" href="boost_regex/configuration.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
223</body>
224</html>
225