
|
Boost.Regex
Index
|

|
Contents
- Overview
- Configuration and setup
- Installation
-
- Borland C++ Builder
-
Microsoft Visual C++
- GNU G++
- Sun Forte Compiler
-
Other compilers (building with bjam)
- Reference
-
- Types
-
- syntax_option_type
-
match_flag_type
- class bad_expression
- class regex_traits
- class template basic_regex
- class template sub_match
- class template match_results
- Algorithms
-
- regex_match
- regex_search
- regex_replace
- Iterators
-
- regex_iterator
- regex_token_iterator
- Typedefs
-
- regex [ = basic_regex<char> ]
- wregex [ = basic_regex<wchar_t> ]
- cmatch [ = match_results<const char*> ]
- wcmatch [ = match_results<const wchar_t*> ]
- smatch [ = match_results<std::string::const_iterator> ]
- wsmatch [ = match_results<std::wstring::const_iterator> ]
- cregex_iterator [ = regex_iterator<const char*>]
- wcregex_iterator [ = regex_iterator<const wchar_t*>]
- sregex_iterator [ = regex_iterator<std::string::const_iterator>]
- wsregex_iterator [ = regex_iterator<std::wstring::const_iterator>]
- cregex_token_iterator [ = regex_token_iterator<const char*>]
- wcregex_token_iterator [ = regex_token_iterator<const wchar_t*>]
- sregex_token_iterator [ = regex_token_iterator<std::string::const_iterator>]
- wsregex_token_iterator [ = regex_token_iterator<std::wstring::const_iterator>]
- Misc.
-
- POSIX API Compatibility Functions
- Partial matches
- Regular Expression Syntax
- Format String Syntax
- Understanding Captures
- Deprecated interfaces
-
- class regbase
- class
template reg_expression
- Algorithm
regex_grep
- Algorithm regex_format
- Algorithm regex_merge
-
Algorithm regex_split
- class RegEx
- FAQ
- Appendix
-
- Implementation
- Thread Safety
- Localisation
- Examples
- Headers
- Redistributables and Library Names
- Standards Conformance
- History
- Performance
- Contacts and Acknowledgements
Revised
24 Oct 2003
© Copyright John Maddock 1998-
2003
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt
or copy at http://www.boost.org/LICENSE_1_0.txt)