Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / regex / doc / html / index.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Boost.Regex 5.0.0</title>
5 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="index.html" title="Boost.Regex 5.0.0">
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.0.0</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 &#169; 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/introduction_and_overview.html">Introduction and
53     Overview</a></span></dt>
54 <dt><span class="section"><a href="boost_regex/unicode.html">Unicode and Boost.Regex</a></span></dt>
55 <dt><span class="section"><a href="boost_regex/captures.html">Understanding Marked Sub-Expressions
56     and Captures</a></span></dt>
57 <dt><span class="section"><a href="boost_regex/partial_matches.html">Partial Matches</a></span></dt>
58 <dt><span class="section"><a href="boost_regex/syntax.html">Regular Expression Syntax</a></span></dt>
59 <dd><dl>
60 <dt><span class="section"><a href="boost_regex/syntax/perl_syntax.html">Perl Regular Expression
61       Syntax</a></span></dt>
62 <dt><span class="section"><a href="boost_regex/syntax/basic_extended.html">POSIX Extended Regular
63       Expression Syntax</a></span></dt>
64 <dt><span class="section"><a href="boost_regex/syntax/basic_syntax.html">POSIX Basic Regular
65       Expression Syntax</a></span></dt>
66 <dt><span class="section"><a href="boost_regex/syntax/character_classes.html">Character Class
67       Names</a></span></dt>
68 <dd><dl>
69 <dt><span class="section"><a href="boost_regex/syntax/character_classes/std_char_classes.html">Character
70         Classes that are Always Supported</a></span></dt>
71 <dt><span class="section"><a href="boost_regex/syntax/character_classes/optional_char_class_names.html">Character
72         classes that are supported by Unicode Regular Expressions</a></span></dt>
73 </dl></dd>
74 <dt><span class="section"><a href="boost_regex/syntax/collating_names.html">Collating Names</a></span></dt>
75 <dd><dl>
76 <dt><span class="section"><a href="boost_regex/syntax/collating_names/digraphs.html">Digraphs</a></span></dt>
77 <dt><span class="section"><a href="boost_regex/syntax/collating_names/posix_symbolic_names.html">POSIX
78         Symbolic Names</a></span></dt>
79 <dt><span class="section"><a href="boost_regex/syntax/collating_names/named_unicode.html">Named
80         Unicode Characters</a></span></dt>
81 </dl></dd>
82 <dt><span class="section"><a href="boost_regex/syntax/leftmost_longest_rule.html">The Leftmost
83       Longest Rule</a></span></dt>
84 </dl></dd>
85 <dt><span class="section"><a href="boost_regex/format.html">Search and Replace Format String Syntax</a></span></dt>
86 <dd><dl>
87 <dt><span class="section"><a href="boost_regex/format/sed_format.html">Sed Format String Syntax</a></span></dt>
88 <dt><span class="section"><a href="boost_regex/format/perl_format.html">Perl Format String Syntax</a></span></dt>
89 <dt><span class="section"><a href="boost_regex/format/boost_format_syntax.html">Boost-Extended
90       Format String Syntax</a></span></dt>
91 </dl></dd>
92 <dt><span class="section"><a href="boost_regex/ref.html">Reference</a></span></dt>
93 <dd><dl>
94 <dt><span class="section"><a href="boost_regex/ref/basic_regex.html">basic_regex</a></span></dt>
95 <dt><span class="section"><a href="boost_regex/ref/match_results.html">match_results</a></span></dt>
96 <dt><span class="section"><a href="boost_regex/ref/sub_match.html">sub_match</a></span></dt>
97 <dt><span class="section"><a href="boost_regex/ref/regex_match.html">regex_match</a></span></dt>
98 <dt><span class="section"><a href="boost_regex/ref/regex_search.html">regex_search</a></span></dt>
99 <dt><span class="section"><a href="boost_regex/ref/regex_replace.html">regex_replace</a></span></dt>
100 <dt><span class="section"><a href="boost_regex/ref/regex_iterator.html">regex_iterator</a></span></dt>
101 <dt><span class="section"><a href="boost_regex/ref/regex_token_iterator.html">regex_token_iterator</a></span></dt>
102 <dt><span class="section"><a href="boost_regex/ref/bad_expression.html">bad_expression</a></span></dt>
103 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type.html">syntax_option_type</a></span></dt>
104 <dd><dl>
105 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html">syntax_option_type
106         Synopsis</a></span></dt>
107 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_overview.html">Overview
108         of syntax_option_type</a></span></dt>
109 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_perl.html">Options
110         for Perl Regular Expressions</a></span></dt>
111 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_extended.html">Options
112         for POSIX Extended Regular Expressions</a></span></dt>
113 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_basic.html">Options
114         for POSIX Basic Regular Expressions</a></span></dt>
115 <dt><span class="section"><a href="boost_regex/ref/syntax_option_type/syntax_option_type_literal.html">Options
116         for Literal Strings</a></span></dt>
117 </dl></dd>
118 <dt><span class="section"><a href="boost_regex/ref/match_flag_type.html">match_flag_type</a></span></dt>
119 <dt><span class="section"><a href="boost_regex/ref/error_type.html">error_type</a></span></dt>
120 <dt><span class="section"><a href="boost_regex/ref/regex_traits.html">regex_traits</a></span></dt>
121 <dt><span class="section"><a href="boost_regex/ref/non_std_strings.html">Interfacing With Non-Standard
122       String Types</a></span></dt>
123 <dd><dl>
124 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu.html">Working With Unicode
125         and ICU String Types</a></span></dt>
126 <dd><dl>
127 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/intro.html">Introduction
128           to using Regex with ICU</a></span></dt>
129 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/unicode_types.html">Unicode
130           regular expression types</a></span></dt>
131 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/unicode_algo.html">Unicode
132           Regular Expression Algorithms</a></span></dt>
133 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/icu/unicode_iter.html">Unicode
134           Aware Regex Iterators</a></span></dt>
135 </dl></dd>
136 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings.html">Using
137         Boost Regex With MFC Strings</a></span></dt>
138 <dd><dl>
139 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html">Introduction
140           to Boost.Regex and MFC Strings</a></span></dt>
141 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html">Regex
142           Types Used With MFC Strings</a></span></dt>
143 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html">Regular
144           Expression Creation From an MFC String</a></span></dt>
145 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html">Overloaded
146           Algorithms For MFC String Types</a></span></dt>
147 <dt><span class="section"><a href="boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html">Iterating
148           Over the Matches Within An MFC String</a></span></dt>
149 </dl></dd>
150 </dl></dd>
151 <dt><span class="section"><a href="boost_regex/ref/posix.html">POSIX Compatible C API's</a></span></dt>
152 <dt><span class="section"><a href="boost_regex/ref/concepts.html">Concepts</a></span></dt>
153 <dd><dl>
154 <dt><span class="section"><a href="boost_regex/ref/concepts/charT_concept.html">charT Requirements</a></span></dt>
155 <dt><span class="section"><a href="boost_regex/ref/concepts/traits_concept.html">Traits Class
156         Requirements</a></span></dt>
157 <dt><span class="section"><a href="boost_regex/ref/concepts/iterator_concepts.html">Iterator
158         Requirements</a></span></dt>
159 </dl></dd>
160 <dt><span class="section"><a href="boost_regex/ref/deprecated_interfaces.html">Deprecated Interfaces</a></span></dt>
161 <dd><dl>
162 <dt><span class="section"><a href="boost_regex/ref/deprecated_interfaces/regex_format.html">regex_format
163         (Deprecated)</a></span></dt>
164 <dt><span class="section"><a href="boost_regex/ref/deprecated_interfaces/regex_grep.html">regex_grep
165         (Deprecated)</a></span></dt>
166 <dt><span class="section"><a href="boost_regex/ref/deprecated_interfaces/regex_split.html">regex_split
167         (deprecated)</a></span></dt>
168 <dt><span class="section"><a href="boost_regex/ref/deprecated_interfaces/old_regex.html">High
169         Level Class RegEx (Deprecated)</a></span></dt>
170 </dl></dd>
171 <dt><span class="section"><a href="boost_regex/ref/internal_details.html">Internal Details</a></span></dt>
172 <dd><dl><dt><span class="section"><a href="boost_regex/ref/internal_details/uni_iter.html">Unicode
173         Iterators</a></span></dt></dl></dd>
174 </dl></dd>
175 <dt><span class="section"><a href="boost_regex/background_information.html">Background Information</a></span></dt>
176 <dd><dl>
177 <dt><span class="section"><a href="boost_regex/background_information/headers.html">Headers</a></span></dt>
178 <dt><span class="section"><a href="boost_regex/background_information/locale.html">Localization</a></span></dt>
179 <dt><span class="section"><a href="boost_regex/background_information/thread_safety.html">Thread
180       Safety</a></span></dt>
181 <dt><span class="section"><a href="boost_regex/background_information/examples.html">Test and
182       Example Programs</a></span></dt>
183 <dt><span class="section"><a href="boost_regex/background_information/futher.html">References
184       and Further Information</a></span></dt>
185 <dt><span class="section"><a href="boost_regex/background_information/faq.html">FAQ</a></span></dt>
186 <dt><span class="section"><a href="boost_regex/background_information/performance.html">Performance</a></span></dt>
187 <dt><span class="section"><a href="boost_regex/background_information/standards.html">Standards
188       Conformance</a></span></dt>
189 <dt><span class="section"><a href="boost_regex/background_information/redist.html">Redistributables</a></span></dt>
190 <dt><span class="section"><a href="boost_regex/background_information/acknowledgements.html">Acknowledgements</a></span></dt>
191 <dt><span class="section"><a href="boost_regex/background_information/history.html">History</a></span></dt>
192 </dl></dd>
193 </dl>
194 </div>
195 <p>
196     A printer-friendly <a href="http://sourceforge.net/projects/boost/files/boost-docs/" target="_top">PDF
197     version of this manual is also available</a>.
198   </p>
199 </div>
200 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
201 <td align="left"><p><small>Last revised: September 25, 2014 at 10:52:51 GMT</small></p></td>
202 <td align="right"><div class="copyright-footer"></div></td>
203 </tr></table>
204 <hr>
205 <div class="spirit-nav"><a accesskey="n" href="boost_regex/configuration.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a></div>
206 </body>
207 </html>