1 2[article Boost.Regex 3 [quickbook 1.7] 4 [copyright 1998-2013 John Maddock] 5 [license 6 Distributed under the Boost Software License, Version 1.0. 7 (See accompanying file LICENSE_1_0.txt or copy at 8 [@http://www.boost.org/LICENSE_1_0.txt]) 9 ] 10 [authors [Maddock, John]] 11 [version 5.1.4] 12 [/last-revision $Date$] 13] 14 15[import ../performance/doc/performance_tables.qbk] 16 17[template super[x]'''<superscript>'''[x]'''</superscript>'''] 18[template sub[x]'''<subscript>'''[x]'''</subscript>'''] 19 20 21[template tr1[] [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf Technical Report on C++ Library Extensions]] 22[template syntax_option_type[] [link boost_regex.ref.syntax_option_type `syntax_option_type`]] 23[template error_type[] [link boost_regex.ref.error_type `error_type`]] 24[template bad_expression[] [link boost_regex.ref.bad_expression `bad_expression`]] 25[template regex_error[] [link boost_regex.ref.bad_expression `regex_error`]] 26[template basic_regex[] [link boost_regex.ref.basic_regex `basic_regex`]] 27[template match_results[] [link boost_regex.ref.match_results `match_results`]] 28[template sub_match[] [link boost_regex.ref.sub_match `sub_match`]] 29[template match_flag_type[] [link boost_regex.ref.match_flag_type `match_flag_type`]] 30[template regex_iterator[] [link boost_regex.ref.regex_iterator `regex_iterator`]] 31[template regex_token_iterator[] [link boost_regex.ref.regex_token_iterator `regex_token_iterator`]] 32[template regex_search[] [link boost_regex.ref.regex_search `regex_search`]] 33[template regex_match[] [link boost_regex.ref.regex_match `regex_match`]] 34[template regex_replace[] [link boost_regex.ref.regex_replace `regex_replace`]] 35[template regex_grep[] [link boost_regex.ref.deprecated.regex_grep `regex_grep`]] 36[template regex_split[] [link boost_regex.ref.deprecated.regex_split `regex_split`]] 37[template match_results_format[] [link boost_regex.match_results_format `match_results<>::format`]] 38[template perl_format[] [link boost_regex.format.perl_format Perl]] 39[template sed_format[] [link boost_regex.format.sed_format Sed]] 40[template boost_extended_format[] [link boost_regex.format.boost_format_syntax Boost-Extended]] 41 42[/depricated stuff:] 43[template RegEx[] [link boost_regex.ref.deprecated.old_regex `RegEx`]] 44[template regcomp[] [link boost_regex.ref.posix.regcomp `regcomp`]] 45[template regexec[] [link boost_regex.ref.posix.regexec `regexec`]] 46[template regerror[] [link boost_regex.ref.posix.regerror `regerror`]] 47[template regfree[] [link boost_regex.ref.posix.regfree `regfree`]] 48 49A printer-friendly 50[@http://sourceforge.net/projects/boost/files/boost-docs/ 51PDF version of this manual is also available]. 52 53[include configuration.qbk] 54[include install.qbk] 55[include introduction.qbk] 56[include unicode.qbk] 57[include captures.qbk] 58[include partial_matches.qbk] 59 60[include syntax.qbk] 61 62[include format_syntax.qbk] 63 64[section:ref Reference] 65 66[include basic_regex.qbk] 67[include match_result.qbk] 68[include sub_match.qbk] 69[include regex_match.qbk] 70[include regex_search.qbk] 71[include regex_replace.qbk] 72[include regex_iterator.qbk] 73[include regex_token_iterator.qbk] 74[include bad_expression.qbk] 75[include syntax_option_type.qbk] 76[include match_flag_type.qbk] 77[include error_type.qbk] 78[include regex_traits.qbk] 79 80[include non_std_strings.qbk] 81[include posix_api.qbk] 82[include concepts.qbk] 83 84[section:deprecated Deprecated Interfaces] 85[include regex_format.qbk] 86[include regex_grep.qbk] 87[include regex_split.qbk] 88[include old_regex.qbk] 89[endsect] 90 91[section:internals Internal Details] 92[include unicode_iterators.qbk] 93[endsect] 94 95[endsect] 96 97[section:background Background Information] 98 99[include headers.qbk] 100[include locale.qbk] 101[include thread_safety.qbk] 102[include examples.qbk] 103[include further_info.qbk] 104[include faq.qbk] 105[include performance.qbk] 106[include standards.qbk] 107[include redistributables.qbk] 108[include acknowledgements.qbk] 109[include history.qbk] 110 111[endsect] 112 113