2003-05-17 11:45:48 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html >
< head >
< title > Boost.Regex: Index< / title >
2005-01-13 17:06:21 +00:00
< meta name = "generator" content = "HTML Tidy, see www.w3.org" >
2003-05-17 11:45:48 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" >
< link rel = "stylesheet" type = "text/css" href = "../../../boost.css" >
< / head >
< body >
2006-07-20 13:54:08 +00:00
< table summary = "contains the boost libraries logo and a page header"
id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
2003-05-17 11:45:48 +00:00
< tr >
< td valign = "top" width = "300" >
2004-10-05 15:45:52 +00:00
< h3 > < a href = "../../../index.htm" > < img height = "86" width = "277" alt = "C++ Boost" src = "../../../boost.png" border = "0" > < / a > < / h3 >
2003-05-17 11:45:48 +00:00
< / td >
2005-01-13 17:06:21 +00:00
< td width = "353" >
2003-05-17 11:45:48 +00:00
< h1 align = "center" > Boost.Regex< / h1 >
< h2 align = "center" > Index< / h2 >
< / td >
< td width = "50" >
< h3 > < a href = "../../index.html" > < img height = "45" width = "43" alt = "Boost Libraries Index" src = "uarrow.gif" border = "0" > < / a > < / h3 >
< / td >
< / tr >
< / table >
< br >
< br >
< hr >
< h2 > Contents< / h2 >
2007-05-09 17:20:56 +00:00
< p > This documentation < a href = "http://boost-consulting.com/vault/index.php?action=downloadfile&filename=boost_regex-1.34.pdf&directory=PDF%20Documentation&" > is also available in PDF format< / a > .< / p >
2003-05-17 11:45:48 +00:00
< dl class = "index" >
2005-01-13 17:06:21 +00:00
< dt > < a href = "introduction.html" > Overview< / a > < dt > < a href = "configuration.html" > Configuration
and setup< / a > < dt > < a href = "install.html" > Installation< / a >
< dd >
< dl class = "index" >
2006-07-20 13:54:08 +00:00
< dt > < a href = "install.html#bjam" > Building with bjam (preferred)< / a >
2005-01-13 17:06:21 +00:00
< dt > < a href = "install.html#unicode" > Building with Unicode/ICU support< / a >
< dt > < a href = "install.html#make" > Building via Makefiles< / a >
< dd > < dl class = "index" >
< dt > < a href = "install.html#bcb" > Borland C++ Builder< / a >
< dt > < a href = "install.html#vc" > Microsoft
Visual C++< / a >
< dt > < a href = "install.html#gcc" > GNU G++< / a >
< dt > < a href = "install.html#sun" >
Sun Forte Compiler< / a >
< dt > < a href = "install.html#other" > Other compilers< / a >
2006-07-20 13:54:08 +00:00
< / dt >
< / dl > < / dd >
2005-01-13 17:06:21 +00:00
< / dl >
< dt > Backgrounders
< dd >
< dl class = "index" >
< dt > < a href = "syntax.html" > Regular Expression Syntax< / a >
< dd >
< dl class = "index" >
< dt > < a href = "syntax_perl.html" > Perl Regular Expressions< / a > < / dt >
< dt > < a href = "syntax_extended.html" > POSIX-Extended Regular Expressions< / a > < / dt >
< dt > < a href = "syntax_basic.html" > POSIX-Basic Regular Expressions< / a > < / dt >
< / dl >
< / dd >
< dt > < a href = "format_syntax.html" > Format String Syntax< / a >
< dd >
< dl class = "index" >
< dt > < a href = "format_perl_syntax.html" > Perl Format Syntax< / a > < / dt >
< dt > < a href = "format_sed_syntax.html" > Sed Format Syntax< / a > < / dt >
< dt > < a href = "format_boost_syntax.html" > Boost-Extended Format Syntax< / a > < / dt >
< / dl >
< / dd >
< dt > < a href = "partial_matches.html" > Partial matches: matches against incomplete or infinitely long texts< / a >
< dt > < a href = "captures.html" > Understanding Captures< / a > < / dt >
< dt > < a href = "unicode.html" > Unicode Support (requires ICU)< / a > < / dt >
< dt > < a href = "non_standard_strings.html" > Working With Non-Standard String Types< / a > < / dt >
< dd >
< dl >
< dt > < a href = "mfc_strings.html" > MFC/ATL Strings< / a > < / dt >
< dt > < a href = "icu_strings.html" > ICU Strings< / a > < / dt >
< / dl >
< / dd >
< / dl >
2006-07-20 13:54:08 +00:00
< / dd >
2005-01-13 17:06:21 +00:00
< dt > Reference
< dd >
< dl class = "index" >
< dt > Types
< dd >
< dl class = "index" >
< dt > < a href = "syntax_option_type.html" > syntax_option_type< / a > < dt > < a href = "error_type.html" >
error_type< / a > < dt > < a href = "match_flag_type.html" > match_flag_type< / a > < dt > < a href = "bad_expression.html" >
class regex_error< / a > < dt > < a href = "regex_traits.html" > class regex_traits< / a >
< dt > < a href = "basic_regex.html" > class template basic_regex< / a > < dt > < a href = "sub_match.html" >
class template sub_match< / a > < dt > < a href = "match_results.html" > class template
match_results< / a > < / dt >
< / dl >
< dt > Algorithms
< dd >
< dl class = "index" >
< dt > < a href = "regex_match.html" > regex_match< / a > < dt > < a href = "regex_search.html" > regex_search< / a >
< dt > < a href = "regex_replace.html" > regex_replace< / a > < / dt >
< / dl >
< dt > Iterators
< dd >
< dl class = "index" >
< dt > < a href = "regex_iterator.html" > regex_iterator< / a > < dt > < a href = "regex_token_iterator.html" >
regex_token_iterator< / a > < / dt >
< / dl >
< dt > Typedefs
< dd >
< dl class = "index" >
< dt > < a href = "basic_regex.html" > regex< / a > [ =
basic_regex< char> ] < dt > < a href = "basic_regex.html" > wregex< / a > [
= basic_regex< wchar_t> ] < dt > < a href = "match_results.html" > cmatch< / a > [
= match_results< const char*> ] < dt > < a href = "match_results.html" > wcmatch< / a > [
= match_results< const wchar_t*> ] < dt > < a href = "match_results.html" > smatch< / a > [
= match_results< std::string::const_iterator> ] < dt > < a href = "match_results.html" >
wsmatch< / a > [ =
match_results< std::wstring::const_iterator> ] < dt > < a href = "regex_iterator.html" >
cregex_iterator< / a > [ = regex_iterator< const
char*> ] < dt > < a href = "regex_iterator.html" > wcregex_iterator< / a > [
= regex_iterator< const wchar_t*> ] < dt > < a href = "regex_iterator.html" > sregex_iterator< / a > [
= regex_iterator< std::string::const_iterator> ] < dt > < a href = "regex_iterator.html" >
wsregex_iterator< / a > [ =
regex_iterator< std::wstring::const_iterator> ] < dt > < a href = "regex_token_iterator.html" >
cregex_token_iterator< / a > [ =
regex_token_iterator< const char*> ] < dt > < a href = "regex_token_iterator.html" > wcregex_token_iterator< / a > [
= regex_token_iterator< const wchar_t*> ] < dt > < a href = "regex_token_iterator.html" >
sregex_token_iterator< / a > [ =
regex_token_iterator< std::string::const_iterator> ] < dt > < a href = "regex_token_iterator.html" >
wsregex_token_iterator< / a > [ =
regex_token_iterator< std::wstring::const_iterator> ]< / dt >
< / dl >
< dt > Deprecated interfaces
< dd >
< dl class = "index" >
< dt > < a href = "posix_api.html" > POSIX API Compatibility Functions< / a >
< dt > < a href = "regbase.html" > class regbase< / a > < dt > < a href = "reg_expression.html" > class
template reg_expression< / a > < dt > < a href = "regex_grep.html" > Algorithm regex_grep< / a >
< dt > < a href = "regex_format.html" > Algorithm regex_format< / a > < dt > < a href = "regex_merge.html" >
Algorithm regex_merge< / a > < dt > < a href = "regex_split.html" > Algorithm regex_split< / a >
< dt > < a href = "regex.html" > class RegEx< / a > < / dt >
< / dl >
< / dd >
< / dl >
< dt > < a href = "faq.html" > FAQ< / a > < dt > Appendix
< dd >
< dl class = "index" >
< dt > < a href = "implementation.html" > Implementation< / a > < dt > < a href = "thread_safety.html" > Thread
Safety< / a > < dt > < a href = "localisation.html" > Localisation< / a > < dt > < a href = "examples.html" >
Examples< / a > < dt > < a href = "headers.html" > Headers< / a > < dt > < a href = "redistributables.html" >
Redistributables and Library Names< / a > < dt > < a href = "standards.html" > Standards
Conformance< / a > < dt > < a href = "history.html" > History< / a > < dt > < a href = "performance.html" >
Performance< / a > < dt > < a href = "contacts.html" > Contacts and Acknowledgements< / a > < / dt >
< / dl >
< / dd >
2003-05-17 11:45:48 +00:00
< / dl >
< hr >
< p > Revised
2003-10-24 10:51:38 +00:00
<!-- webbot bot="Timestamp" S - Type="EDITED" S - Format="%d %B, %Y" startspan -->
2005-01-13 17:06:21 +00:00
24 June 2004
2003-05-17 11:45:48 +00:00
<!-- webbot bot="Timestamp" endspan i - checksum="39359" --> < / p >
2003-10-24 10:51:38 +00:00
< p > < i > <EFBFBD> Copyright John Maddock 1998-
2005-01-13 17:06:21 +00:00
<!-- webbot bot="Timestamp" S - Type="EDITED" S - Format="%Y" startspan --> 2004<!-- webbot bot="Timestamp" endspan i - checksum="39359" --> < / i > < / p >
2003-10-24 10:51:38 +00:00
< P > < I > Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file < A href = "../../../LICENSE_1_0.txt" > LICENSE_1_0.txt< / A >
or copy at < A href = "http://www.boost.org/LICENSE_1_0.txt" > http://www.boost.org/LICENSE_1_0.txt< / A > )< / I > < / P >
2003-05-17 11:45:48 +00:00
< / body >
< / html >
2007-05-09 17:20:56 +00:00