diff --git a/doc/html/boost_regex/background_information/examples.html b/doc/html/boost_regex/background_information/examples.html index 3e975f5f..47fd2ecc 100644 --- a/doc/html/boost_regex/background_information/examples.html +++ b/doc/html/boost_regex/background_information/examples.html @@ -28,7 +28,7 @@ Example Programs
<boost/regex/user.hpp>
.
@@ -36,7 +36,7 @@ Report on C++ Library Extensions.
@@ -73,7 +73,7 @@ the Unicode requirements below.
@@ -93,7 +93,7 @@ a custom traits class.
diff --git a/doc/html/boost_regex/captures.html b/doc/html/boost_regex/captures.html index 1286b03e..4eb41562 100644 --- a/doc/html/boost_regex/captures.html +++ b/doc/html/boost_regex/captures.html @@ -35,7 +35,7 @@ accessed.
@@ -218,7 +218,7 @@ output stream.
@@ -231,7 +231,7 @@
you can determine which sub-expressions matched by accessing the sub_match::matched
data member.
diff --git a/doc/html/boost_regex/format/boost_format_syntax.html b/doc/html/boost_regex/format/boost_format_syntax.html index aca21e74..5e0f6fec 100644 --- a/doc/html/boost_regex/format/boost_format_syntax.html +++ b/doc/html/boost_regex/format/boost_format_syntax.html @@ -32,7 +32,7 @@ '$', '\', '(', ')', '?', and ':'.
@@ -40,7 +40,7 @@ you want a to output literal parenthesis.
@@ -79,7 +79,7 @@ ?{NAME}true-expression:false-expression
@@ -58,7 +58,7 @@ started guide for more information.
+ And finally, if you want to build/test with multiple compiler versions, all + with different ICU builds, then the only way to achieve that currently is to + modify your user-config.jam so that each toolset has the necessary compiler/linker + options set so that ICU is found automatically by the configuration step (providing + the ICU binaries use the standard names, all you have to add is the appropriate + header-include and linker-search paths). +
@@ -356,7 +364,7 @@ see the config library documentation.
@@ -401,7 +409,7 @@ will build v9 variants of the regex library named libboost_regex_v9.a etc.
#include <boost/pattern_except.hpp> @@ -54,7 +54,7 @@ } // namespace boost
regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos); diff --git a/doc/html/boost_regex/ref/basic_regex.html b/doc/html/boost_regex/ref/basic_regex.html index 2d60a9fb..9927497c 100644 --- a/doc/html/boost_regex/ref/basic_regex.html +++ b/doc/html/boost_regex/ref/basic_regex.html @@ -27,7 +27,7 @@ basic_regex- + Synopsis
#include <boost/regex.hpp> @@ -244,7 +244,7 @@ } // namespace boost- + Description
@@ -325,7 +325,7 @@
basic_regex
.-Table 1. basic_regex default construction postconditions
+Table 1. basic_regex default construction postconditions
@@ -403,7 +403,7 @@ flags specified in f. -Table 2. Postconditions for basic_regex construction
+Table 2. Postconditions for basic_regex construction
@@ -506,7 +506,7 @@ specified in f. -Table 3. Postconditions for basic_regex construction
+Table 3. Postconditions for basic_regex construction
@@ -608,7 +608,7 @@ according the option flags specified in f. -Table 4. Postconditions for basic_regex construction
+Table 4. Postconditions for basic_regex construction
@@ -716,7 +716,7 @@ flags specified in f. -Table 5. Postconditions for basic_regex construction
+Table 5. Postconditions for basic_regex construction
@@ -816,7 +816,7 @@ flags specified in f. -Table 6. Postconditions for basic_regex construction
+Table 6. Postconditions for basic_regex construction
@@ -1002,7 +1002,7 @@ in f. -Table 7. Postconditions for basic_regex::assign
+Table 7. Postconditions for basic_regex::assign
diff --git a/doc/html/boost_regex/ref/concepts/traits_concept.html b/doc/html/boost_regex/ref/concepts/traits_concept.html index a5d28aa1..be80bbd4 100644 --- a/doc/html/boost_regex/ref/concepts/traits_concept.html +++ b/doc/html/boost_regex/ref/concepts/traits_concept.html @@ -34,7 +34,7 @@ Boost-specific enhanced interface. - + Minimal requirements.
@@ -378,7 +378,7 @@- + Additional Optional Requirements
diff --git a/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html b/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html index b4e62e0f..90df092e 100644 --- a/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html +++ b/doc/html/boost_regex/ref/deprecated_interfaces/regex_format.html @@ -34,7 +34,7 @@ previous version of Boost.Regex and will not be further updated:- + Algorithm regex_format
diff --git a/doc/html/boost_regex/ref/error_type.html b/doc/html/boost_regex/ref/error_type.html index 0ec5fc88..a8cd039a 100644 --- a/doc/html/boost_regex/ref/error_type.html +++ b/doc/html/boost_regex/ref/error_type.html @@ -27,7 +27,7 @@ error_type- + Synopsis
@@ -57,7 +57,7 @@ } // namespace boost
- + Description
diff --git a/doc/html/boost_regex/ref/match_flag_type.html b/doc/html/boost_regex/ref/match_flag_type.html index ebe9dfd5..e76b864f 100644 --- a/doc/html/boost_regex/ref/match_flag_type.html +++ b/doc/html/boost_regex/ref/match_flag_type.html @@ -69,7 +69,7 @@ } // namespace boost
- + Description
diff --git a/doc/html/boost_regex/ref/match_results.html b/doc/html/boost_regex/ref/match_results.html index b370f28e..3cc8f202 100644 --- a/doc/html/boost_regex/ref/match_results.html +++ b/doc/html/boost_regex/ref/match_results.html @@ -27,7 +27,7 @@ match_results
- + Synopsis
#include <boost/regex.hpp> @@ -167,7 +167,7 @@ match_results<BidirectionalIterator, Allocator>& m2);- + Description
diff --git a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html index 8febc3eb..48867621 100644 --- a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html +++ b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html @@ -43,7 +43,7 @@ on to the "real" algorithm.
- + u32regex_match
- + u32regex_search
- + u32regex_replace
diff --git a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html index d324eef0..07ca66e2 100644 --- a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html +++ b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_iter.html @@ -28,7 +28,7 @@ Aware Regex Iterators
- + u32regex_iterator
@@ -126,7 +126,7 @@ Provided of course that the input is encoded as UTF-8.
- + u32regex_token_iterator
diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html index 2e22e348..fced7a46 100644 --- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html +++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_algo.html @@ -34,7 +34,7 @@ here they are anyway:
- + regex_match
- + regex_match (second overload)
@@ -110,7 +110,7 @@ }- + regex_search
- + regex_search (second overload)
@@ -164,7 +164,7 @@ + s.GetLength(), e, f);- + regex_replace
diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html index 48631cff..76ac2b79 100644 --- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html +++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_iter.html @@ -32,7 +32,7 @@ an MFC/ATL string to a
regex_iterator
orregex_token_iterator
:- + regex_iterator creation helper
@@ -68,7 +68,7 @@ }- + regex_token_iterator creation helpers
diff --git a/doc/html/boost_regex/ref/posix.html b/doc/html/boost_regex/ref/posix.html index 769e07e3..93e70c4f 100644 --- a/doc/html/boost_regex/ref/posix.html +++ b/doc/html/boost_regex/ref/posix.html @@ -163,7 +163,7 @@- + regcomp
@@ -375,7 +375,7 @@
- + regerror
@@ -461,7 +461,7 @@ buffer.
- + regexec
@@ -529,7 +529,7 @@
- + regfree
diff --git a/doc/html/boost_regex/ref/regex_iterator.html b/doc/html/boost_regex/ref/regex_iterator.html index 9476dea1..5cc52f18 100644 --- a/doc/html/boost_regex/ref/regex_iterator.html +++ b/doc/html/boost_regex/ref/regex_iterator.html @@ -78,7 +78,7 @@ regex_constants::match_flag_type m = regex_constants::match_default);
- + Description
@@ -415,7 +415,7 @@ m.
- + Examples
diff --git a/doc/html/boost_regex/ref/regex_match.html b/doc/html/boost_regex/ref/regex_match.html index 0f5ebfa2..2cb52851 100644 --- a/doc/html/boost_regex/ref/regex_match.html +++ b/doc/html/boost_regex/ref/regex_match.html @@ -80,7 +80,7 @@ match_flag_type flags = match_default);
- + Description
template <class BidirectionalIterator, class Allocator, class charT, class traits> @@ -361,7 +361,7 @@ Effects: Returns the result ofregex_match(s.begin(), s.end(), e, flags)
.- + Examples
diff --git a/doc/html/boost_regex/ref/regex_replace.html b/doc/html/boost_regex/ref/regex_replace.html index c51e185e..2dfae921 100644 --- a/doc/html/boost_regex/ref/regex_replace.html +++ b/doc/html/boost_regex/ref/regex_replace.html @@ -53,7 +53,7 @@ match_flag_type flags = match_default);
- + Description
template <class OutputIterator, class BidirectionalIterator, class traits, class Formatter> @@ -199,7 +199,7 @@ and then returnsresult
.- + Examples
diff --git a/doc/html/boost_regex/ref/regex_search.html b/doc/html/boost_regex/ref/regex_search.html index 34b7defd..7353a683 100644 --- a/doc/html/boost_regex/ref/regex_search.html +++ b/doc/html/boost_regex/ref/regex_search.html @@ -73,7 +73,7 @@ match_flag_type flags = match_default);
- + Description
template <class BidirectionalIterator, class Allocator, class charT, class traits> @@ -357,7 +357,7 @@ Effects: Returns the result ofregex_search(s.begin(), s.end(), e, flags)
.- + Examples
diff --git a/doc/html/boost_regex/ref/regex_token_iterator.html b/doc/html/boost_regex/ref/regex_token_iterator.html index 6aa991e0..459f2615 100644 --- a/doc/html/boost_regex/ref/regex_token_iterator.html +++ b/doc/html/boost_regex/ref/regex_token_iterator.html @@ -136,7 +136,7 @@ regex_constants::match_flag_type m = regex_constants::match_default);
- + Description
regex_token_iterator(); @@ -357,7 +357,7 @@ m.- + Examples
diff --git a/doc/html/boost_regex/ref/regex_traits.html b/doc/html/boost_regex/ref/regex_traits.html index e4a5800c..22fcad80 100644 --- a/doc/html/boost_regex/ref/regex_traits.html +++ b/doc/html/boost_regex/ref/regex_traits.html @@ -46,7 +46,7 @@ } // namespace boost
- + Description
diff --git a/doc/html/boost_regex/ref/sub_match.html b/doc/html/boost_regex/ref/sub_match.html index ab19052f..ac4c19ba 100644 --- a/doc/html/boost_regex/ref/sub_match.html +++ b/doc/html/boost_regex/ref/sub_match.html @@ -329,11 +329,11 @@ } // namespace boost
- + Description
- + Members
typedef typename std::iterator_traits<iterator>::value_type value_type; @@ -446,7 +446,7 @@- + sub_match non-member operators
@@ -883,7 +883,7 @@ + m2.str().- + Stream inserter
template <class charT, class traits, class BidirectionalIterator> diff --git a/doc/html/boost_regex/syntax/basic_extended.html b/doc/html/boost_regex/syntax/basic_extended.html index 3376eb45..538fb781 100644 --- a/doc/html/boost_regex/syntax/basic_extended.html +++ b/doc/html/boost_regex/syntax/basic_extended.html @@ -28,7 +28,7 @@ Expression Syntax- + Synopsis
@@ -44,7 +44,7 @@ boost::regex e2(my_expression, boost::regex::extended|boost::regex::icase);
- + POSIX Extended Syntax
@@ -54,7 +54,7 @@.[{}()\*+?|^$- + Wildcard:
- + Anchors:
@@ -84,7 +84,7 @@ of an expression, or the last character of a sub-expression.
- + Marked sub-expressions:
@@ -96,7 +96,7 @@ to by a back-reference.- + Repeats:
@@ -182,7 +182,7 @@ cab operator to be applied to.
- + Back references:
@@ -212,7 +212,7 @@ cab
- + Alternation
@@ -225,7 +225,7 @@ cab will match either of "abd" or "abef".
- + Character sets:
@@ -238,7 +238,7 @@ cab A bracket expression may contain any combination of the following:- + Single characters:
@@ -247,7 +247,7 @@ cab or 'c'.- + Character ranges:
@@ -263,7 +263,7 @@ cab the code points of the characters only.- + Negation:
@@ -272,7 +272,7 @@ cab range
a-c
.- + Character classes:
@@ -282,7 +282,7 @@ cab character class names.- + Collating Elements:
@@ -310,7 +310,7 @@ cab matches a NUL character.- + Equivalence classes:
@@ -327,7 +327,7 @@ cab or even all locales on one platform.- + Combinations:
@@ -335,7 +335,7 @@ cab
[[:digit:]a-c[.NUL.]]
.- + Escapes
@@ -361,7 +361,7 @@ cab extensions are also supported by Boost.Regex:
- + Escapes matching a specific character
@@ -550,7 +550,7 @@ cab- + "Single character" character classes:
@@ -704,7 +704,7 @@ cab- + Character Properties
@@ -811,7 +811,7 @@ cab matches any "digit" character, as does\p{digit}
.- + Word Boundaries
@@ -886,7 +886,7 @@ cab
- + Buffer boundaries
@@ -977,7 +977,7 @@ cab- + Continuation Escape
@@ -989,7 +989,7 @@ cab match to start where the last one ended.- + Quoting escape
@@ -1003,7 +1003,7 @@ cab \*+aaa
@@ -1135,7 +1135,7 @@ cab used with the -E option.
@@ -1149,7 +1149,7 @@ cab these by default anyway.
@@ -1162,7 +1162,7 @@ cab modify how the case and locale sensitivity are to be applied.
diff --git a/doc/html/boost_regex/syntax/basic_syntax.html b/doc/html/boost_regex/syntax/basic_syntax.html index 19240445..05b11625 100644 --- a/doc/html/boost_regex/syntax/basic_syntax.html +++ b/doc/html/boost_regex/syntax/basic_syntax.html @@ -28,7 +28,7 @@ Expression Syntax
@@ -43,7 +43,7 @@ boost::regex e2(my_expression, boost::regex::basic|boost::regex::icase);
.[\*^$
@@ -83,7 +83,7 @@ of an expression, or the last character of a sub-expression.
@@ -153,7 +153,7 @@ aaaa to.
@@ -171,7 +171,7 @@ aaaa
aaabba
@@ -218,7 +218,7 @@ aaaa range a-c.
@@ -282,7 +282,7 @@ aaaa
[[:digit:]a-c[.NUL.]].
@@ -297,7 +297,7 @@ aaaa will match either a literal '\' or a '^'.
@@ -329,7 +329,7 @@ aaaa As its name suggests, this behavior is consistent with the Unix utility grep.
@@ -609,7 +609,7 @@ aaaa leftmost-longest rule.
@@ -623,7 +623,7 @@ aaaa options modify how the case and locale sensitivity are to be applied.
diff --git a/doc/html/boost_regex/syntax/perl_syntax.html b/doc/html/boost_regex/syntax/perl_syntax.html index 3d430ee1..560fd763 100644 --- a/doc/html/boost_regex/syntax/perl_syntax.html +++ b/doc/html/boost_regex/syntax/perl_syntax.html @@ -28,7 +28,7 @@ Syntax
@@ -43,7 +43,7 @@ boost::regex e2(my_expression, boost::regex::perl|boost::regex::icase);
.[{}()\*+?|^$
@@ -83,7 +83,7 @@ A '$' character shall match the end of a line.
@@ -188,7 +188,7 @@ to be applied to.
@@ -360,7 +360,7 @@ named "two".
@@ -387,7 +387,7 @@
(?:abc)??
has exactly the same effect.
@@ -399,7 +399,7 @@ A bracket expression may contain any combination of the following:
@@ -407,7 +407,7 @@ 'b', or 'c'.
@@ -430,7 +430,7 @@
matches any character that is not in the range a-c
.
\0
character.
@@ -500,7 +500,7 @@
[[:digit:]a-c[.NUL.]]
.
\p{digit}
.
@@ -1021,7 +1021,7 @@
\B
Matches only when not at a word boundary.
@@ -1048,7 +1048,7 @@
(?=\n?\z)
.
@@ -1083,7 +1083,7 @@ followed by a sequence of zero or more combining characters.
(?>\x0D\x0A?|[\x0A-\x0C\x85\x{2028}\x{2029}])
.
(?
.
match_results
member functions.
(?# ... )
is treated as a comment, it's contents are ignored.
@@ -1168,7 +1168,7 @@ pattern only.
@@ -1199,7 +1199,7 @@ # 1 2 2 3 2 3 4
@@ -1222,7 +1222,7 @@ could be used to validate the password.
@@ -1236,7 +1236,7 @@ (pattern must be of fixed length).
@@ -1543,7 +1543,7 @@
and JScript
are all synonyms for perl
.
@@ -1555,7 +1555,7 @@ are to be applied.
no_mod_s
.
diff --git a/doc/html/boost_regex/unicode.html b/doc/html/boost_regex/unicode.html index 3990e327..f88297e8 100644 --- a/doc/html/boost_regex/unicode.html +++ b/doc/html/boost_regex/unicode.html @@ -30,7 +30,7 @@ There are two ways to use Boost.Regex with Unicode strings:
Copyright © 1998 -2010 John Maddock
Distributed under 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)
@@ -195,7 +195,7 @@Last revised: March 09, 2011 at 18:14:32 GMT |
+Last revised: March 18, 2011 at 16:45:40 GMT |