diff --git a/doc/history.qbk b/doc/history.qbk index 3be7549f..8de86545 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,6 +15,11 @@ Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?sta All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here]. +[h4 Boost-1.53] + +Fixed Issues: +[@https://svn.boost.org/trac/boost/ticket/7744 #7744], [@https://svn.boost.org/trac/boost/ticket/7644 #7644]. + [h4 Boost-1.51] Fixed issues: diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index 1b0b2063..72f8f389 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -3,7 +3,7 @@
@@ -45,7 +45,7 @@
Files:
-@@ -178,7 +178,7 @@
diff --git a/doc/html/boost_regex/background_information/faq.html b/doc/html/boost_regex/background_information/faq.html index 173975c7..8a7e7293 100644 --- a/doc/html/boost_regex/background_information/faq.html +++ b/doc/html/boost_regex/background_information/faq.html @@ -3,7 +3,7 @@
+ Fixed Issues: #7744, + #7644. +
++ Fixed issues: #589, + #7084, + #7032, + #6346. +
+
Fixed issue with (?!)
not being
@@ -45,8 +63,8 @@
expression.
Fixed issues: #698, @@ -55,8 +73,8 @@ #5736.
Fixed issues: #5223, @@ -67,8 +85,8 @@ #5504.
Fixed issues: #4309, @@ -85,10 +103,10 @@ #3890
@@ -91,7 +91,7 @@
@@ -115,7 +115,7 @@
@@ -152,7 +152,7 @@
diff --git a/doc/html/boost_regex/background_information/performance.html b/doc/html/boost_regex/background_information/performance.html index fa0f0d06..a7faf73c 100644 --- a/doc/html/boost_regex/background_information/performance.html +++ b/doc/html/boost_regex/background_information/performance.html @@ -3,7 +3,7 @@
Boost.Regex is intended to conform to the Technical @@ -37,7 +37,7 @@
@@ -50,7 +50,7 @@
Almost all Perl features are supported, except for: @@ -74,7 +74,7 @@
All the POSIX basic and extended regular expression features are supported, @@ -94,7 +94,7 @@
@@ -220,7 +220,7 @@
@@ -234,7 +234,7 @@
@@ -358,7 +358,7 @@ Text: "now is the time for all good men to come to the aid of the party" don't use it), and a much bigger impact if you do use it, therefore to use this feature you need to:
-The characters '(' and ')' perform lexical grouping, so use \( and \) if @@ -41,7 +41,7 @@
The character '?' begins a conditional expression, the general form is: @@ -80,7 +80,7 @@
@@ -320,7 +320,7 @@
diff --git a/doc/html/boost_regex/format/perl_format.html b/doc/html/boost_regex/format/perl_format.html index cd974092..2c2a4c45 100644 --- a/doc/html/boost_regex/format/perl_format.html +++ b/doc/html/boost_regex/format/perl_format.html @@ -3,7 +3,7 @@
@@ -60,7 +60,7 @@
@@ -159,15 +159,15 @@
<boost>\libs\regex\build
directory.
@@ -287,7 +287,7 @@ There are several important caveats to remember when using Boost.Regex with Microsoft's Compiler:
-@@ -368,7 +368,7 @@
@@ -414,7 +414,7 @@
diff --git a/doc/html/boost_regex/introduction_and_overview.html b/doc/html/boost_regex/introduction_and_overview.html index aa4c2c54..431695cb 100644 --- a/doc/html/boost_regex/introduction_and_overview.html +++ b/doc/html/boost_regex/introduction_and_overview.html @@ -3,7 +3,7 @@
#include <boost/pattern_except.hpp>@@ -55,7 +55,7 @@
regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos); regex_error(boost::regex_constants::error_type err); diff --git a/doc/html/boost_regex/ref/basic_regex.html b/doc/html/boost_regex/ref/basic_regex.html index ff5c1244..2bb7b969 100644 --- a/doc/html/boost_regex/ref/basic_regex.html +++ b/doc/html/boost_regex/ref/basic_regex.html @@ -3,7 +3,7 @@basic_regex - + @@ -28,7 +28,7 @@
#include <boost/regex.hpp>@@ -37,7 +37,7 @@ encapsulates regular expression parsing and compilation. The class takes two template parameters: -
charT
: determines the
character type, i.e. either char
@@ -245,7 +245,7 @@
Class basic_regex
has the
diff --git a/doc/html/boost_regex/ref/concepts.html b/doc/html/boost_regex/ref/concepts.html
index 645aa7be..5e47f6c3 100644
--- a/doc/html/boost_regex/ref/concepts.html
+++ b/doc/html/boost_regex/ref/concepts.html
@@ -3,7 +3,7 @@
@@ -379,7 +379,7 @@
diff --git a/doc/html/boost_regex/ref/deprecated_interfaces.html b/doc/html/boost_regex/ref/deprecated_interfaces.html index 68de0083..5fab65ef 100644 --- a/doc/html/boost_regex/ref/deprecated_interfaces.html +++ b/doc/html/boost_regex/ref/deprecated_interfaces.html @@ -3,7 +3,7 @@
#include <boost/regex.hpp> diff --git a/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html b/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html index ee74cc32..4b921576 100644 --- a/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html +++ b/doc/html/boost_regex/ref/deprecated_interfaces/regex_grep.html @@ -3,7 +3,7 @@regex_grep (Deprecated) - + diff --git a/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html b/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html index 8dd22db2..bad9d805 100644 --- a/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html +++ b/doc/html/boost_regex/ref/deprecated_interfaces/regex_split.html @@ -3,7 +3,7 @@regex_split (deprecated) - + diff --git a/doc/html/boost_regex/ref/error_type.html b/doc/html/boost_regex/ref/error_type.html index fb8bf0be..f8223c30 100644 --- a/doc/html/boost_regex/ref/error_type.html +++ b/doc/html/boost_regex/ref/error_type.html @@ -3,7 +3,7 @@error_type - + @@ -28,7 +28,7 @@
Type error type represents the different types of errors that can be raised @@ -58,7 +58,7 @@
The type error_type
is an
diff --git a/doc/html/boost_regex/ref/internal_details.html b/doc/html/boost_regex/ref/internal_details.html
index 83b0577a..9627f036 100644
--- a/doc/html/boost_regex/ref/internal_details.html
+++ b/doc/html/boost_regex/ref/internal_details.html
@@ -3,7 +3,7 @@
@@ -56,7 +56,7 @@
This header contains a selection of iterator adaptors that make a sequence diff --git a/doc/html/boost_regex/ref/match_flag_type.html b/doc/html/boost_regex/ref/match_flag_type.html index 2327c406..f654c0c4 100644 --- a/doc/html/boost_regex/ref/match_flag_type.html +++ b/doc/html/boost_regex/ref/match_flag_type.html @@ -3,7 +3,7 @@
The type match_flag_type
diff --git a/doc/html/boost_regex/ref/match_results.html b/doc/html/boost_regex/ref/match_results.html
index f343eb78..7db60134 100644
--- a/doc/html/boost_regex/ref/match_results.html
+++ b/doc/html/boost_regex/ref/match_results.html
@@ -3,7 +3,7 @@
#include <boost/regex.hpp>@@ -168,7 +168,7 @@
In all match_results
constructors,
@@ -625,7 +625,7 @@
then depending on the number of arguments the function object accepts, it
will either:
fmt(*this)
and copy the string returned to OutputIterator
@@ -691,7 +691,7 @@
then depending on the number of arguments the function object accepts, it
will either:
-fmt(*this)
and return the result.
@@ -765,7 +765,7 @@
Rationale: Enabling this feature has several
consequences:
-The header will enable you to:
-
For each regex_match
@@ -90,7 +90,7 @@
For each regex_search
@@ -129,7 +129,7 @@
For each regex_replace
algorithm defined
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 c0e73d36..61c6452f 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
@@ -3,7 +3,7 @@
Type u32regex_iterator
@@ -127,7 +127,7 @@
Type u32regex_token_iterator
diff --git a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html
index f613dd01..b6e1cdcf 100644
--- a/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html
+++ b/doc/html/boost_regex/ref/non_std_strings/icu/unicode_types.html
@@ -3,7 +3,7 @@
There are two overloads, the first reports what matched in a match_results @@ -83,7 +83,7 @@
template <class charT, class T> @@ -111,7 +111,7 @@
There are two additional overloads for regex_search
, the first reports
@@ -150,7 +150,7 @@
template <class charT, class T> @@ -165,7 +165,7 @@- regex_replace + regex_replace
There are two additional overloads for
regex_replace
, the first sends diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html index 6a89c872..7f223ac1 100644 --- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html +++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_intro.html @@ -3,7 +3,7 @@Introduction to Boost.Regex and MFC Strings - + 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 ac51e916..c8fea021 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 @@ -3,7 +3,7 @@Iterating Over the Matches Within An MFC String - + @@ -33,7 +33,7 @@- regex_iterator + regex_iterator creation helper
template <class charT> @@ -69,7 +69,7 @@- regex_token_iterator + regex_token_iterator creation helpers
template <class charT> diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html index 2847daad..402bd027 100644 --- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html +++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_create.html @@ -3,7 +3,7 @@Regular Expression Creation From an MFC String - + diff --git a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html index 35036f4e..a3dab65f 100644 --- a/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html +++ b/doc/html/boost_regex/ref/non_std_strings/mfc_strings/mfc_regex_types.html @@ -3,7 +3,7 @@Regex Types Used With MFC Strings - + diff --git a/doc/html/boost_regex/ref/posix.html b/doc/html/boost_regex/ref/posix.html index b3201e63..43bd4955 100644 --- a/doc/html/boost_regex/ref/posix.html +++ b/doc/html/boost_regex/ref/posix.html @@ -3,7 +3,7 @@POSIX Compatible C API's - + @@ -164,7 +164,7 @@
regcomp
takes a pointer to
@@ -376,7 +376,7 @@
regerror takes the following parameters, it maps an error code to a human @@ -462,7 +462,7 @@
regexec finds the first occurrence of expression e within string buf. If @@ -530,7 +530,7 @@
regfree
frees all the memory
diff --git a/doc/html/boost_regex/ref/regex_iterator.html b/doc/html/boost_regex/ref/regex_iterator.html
index d9bd5523..0c9743d2 100644
--- a/doc/html/boost_regex/ref/regex_iterator.html
+++ b/doc/html/boost_regex/ref/regex_iterator.html
@@ -3,7 +3,7 @@
A regex_iterator
@@ -416,7 +416,7 @@
The following example takes a C++ source file and builds up an index of class diff --git a/doc/html/boost_regex/ref/regex_match.html b/doc/html/boost_regex/ref/regex_match.html index d936c17c..df381ea2 100644 --- a/doc/html/boost_regex/ref/regex_match.html +++ b/doc/html/boost_regex/ref/regex_match.html @@ -3,7 +3,7 @@
template <class BidirectionalIterator, class Allocator, class charT, class traits> bool regex_match(BidirectionalIterator first, BidirectionalIterator last, @@ -362,7 +362,7 @@- Examples + Examples
The following example processes an ftp response: diff --git a/doc/html/boost_regex/ref/regex_replace.html b/doc/html/boost_regex/ref/regex_replace.html index 6b8f41ae..40ea1664 100644 --- a/doc/html/boost_regex/ref/regex_replace.html +++ b/doc/html/boost_regex/ref/regex_replace.html @@ -3,7 +3,7 @@
regex_replace - + @@ -54,7 +54,7 @@
template <class OutputIterator, class BidirectionalIterator, class traits, class Formatter> OutputIterator regex_replace(OutputIterator out, @@ -200,7 +200,7 @@- Examples + Examples
The following example takes C/C++ source code as input, and outputs syntax diff --git a/doc/html/boost_regex/ref/regex_search.html b/doc/html/boost_regex/ref/regex_search.html index 1f562a28..19a5b5ac 100644 --- a/doc/html/boost_regex/ref/regex_search.html +++ b/doc/html/boost_regex/ref/regex_search.html @@ -3,7 +3,7 @@
regex_search - + @@ -74,7 +74,7 @@
template <class BidirectionalIterator, class Allocator, class charT, class traits> bool regex_search(BidirectionalIterator first, BidirectionalIterator last, @@ -358,7 +358,7 @@- Examples + Examples
The following example, takes the contents of a file in the form of a string, diff --git a/doc/html/boost_regex/ref/regex_token_iterator.html b/doc/html/boost_regex/ref/regex_token_iterator.html index d3d3d382..24a3ade6 100644 --- a/doc/html/boost_regex/ref/regex_token_iterator.html +++ b/doc/html/boost_regex/ref/regex_token_iterator.html @@ -3,7 +3,7 @@
regex_token_iterator - + @@ -137,7 +137,7 @@
regex_token_iterator();@@ -358,7 +358,7 @@
The following example takes a string and splits it into a series of tokens: diff --git a/doc/html/boost_regex/ref/regex_traits.html b/doc/html/boost_regex/ref/regex_traits.html index dafbdd3d..92e29736 100644 --- a/doc/html/boost_regex/ref/regex_traits.html +++ b/doc/html/boost_regex/ref/regex_traits.html @@ -3,7 +3,7 @@
The class regex_traits
is
just a thin wrapper around an actual implemention class, which may be one
of:
c_regex_traits
: this
class is deprecated, it wraps the C locale, and is used as the default
@@ -76,7 +76,7 @@
The default behavior can be altered by defining one of the following configuration
macros in boost/regex/user.hpp
-c_regex_traits
the default.
diff --git a/doc/html/boost_regex/ref/sub_match.html b/doc/html/boost_regex/ref/sub_match.html
index 22362304..ea573c7c 100644
--- a/doc/html/boost_regex/ref/sub_match.html
+++ b/doc/html/boost_regex/ref/sub_match.html
@@ -3,7 +3,7 @@
typedef typename std::iterator_traits<iterator>::value_type value_type;@@ -429,7 +429,7 @@ Rationale: Enabling this feature has several consequences: -
template <class BidirectionalIterator> @@ -884,7 +884,7 @@- Stream + Stream inserter
template <class charT, class traits, class BidirectionalIterator> diff --git a/doc/html/boost_regex/ref/syntax_option_type.html b/doc/html/boost_regex/ref/syntax_option_type.html index 64fd7313..bd4900d3 100644 --- a/doc/html/boost_regex/ref/syntax_option_type.html +++ b/doc/html/boost_regex/ref/syntax_option_type.html @@ -3,7 +3,7 @@syntax_option_type - + diff --git a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html index 221a8030..3e76e312 100644 --- a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html +++ b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_basic.html @@ -3,7 +3,7 @@Options for POSIX Basic Regular Expressions - + diff --git a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html index ea95a354..6d7bb37b 100644 --- a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html +++ b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_extended.html @@ -3,7 +3,7 @@Options for POSIX Extended Regular Expressions - + diff --git a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html index 8ed238ff..2cd9e311 100644 --- a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html +++ b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_literal.html @@ -3,7 +3,7 @@Options for Literal Strings - + diff --git a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html index ecef378f..531dcba4 100644 --- a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html +++ b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_overview.html @@ -3,7 +3,7 @@Overview of syntax_option_type - + diff --git a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html index fd21bf77..d3bed6d1 100644 --- a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html +++ b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_perl.html @@ -3,7 +3,7 @@Options for Perl Regular Expressions - + diff --git a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html index bbb40912..181e55e6 100644 --- a/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html +++ b/doc/html/boost_regex/ref/syntax_option_type/syntax_option_type_synopsis.html @@ -3,7 +3,7 @@syntax_option_type Synopsis - + diff --git a/doc/html/boost_regex/syntax.html b/doc/html/boost_regex/syntax.html index a00bdf26..11882ff6 100644 --- a/doc/html/boost_regex/syntax.html +++ b/doc/html/boost_regex/syntax.html @@ -3,7 +3,7 @@Regular Expression Syntax - + @@ -61,7 +61,7 @@ There are three main syntax options available, depending upon how you construct the regular expression object: -+
- Perl (this is the default behavior). diff --git a/doc/html/boost_regex/syntax/basic_extended.html b/doc/html/boost_regex/syntax/basic_extended.html index aa16d63e..f3a40516 100644 --- a/doc/html/boost_regex/syntax/basic_extended.html +++ b/doc/html/boost_regex/syntax/basic_extended.html @@ -3,7 +3,7 @@
POSIX Extended Regular Expression Syntax - + @@ -29,7 +29,7 @@
The POSIX-Extended regular expression syntax is supported by the POSIX C @@ -45,7 +45,7 @@
@@ -55,13 +55,13 @@
.[{}()\*+?|^$
The single character '.' when used outside of a character set will match any single character except:
-match_no_dot_null
is passed to the matching algorithms.
@@ -73,7 +73,7 @@
A '^' character shall match the start of a line when used as the first character @@ -85,7 +85,7 @@
@@ -97,7 +97,7 @@
Any atom (a single character, a marked sub-expression, or a character class) @@ -183,7 +183,7 @@ cab
@@ -214,7 +214,7 @@ cab
The |
operator will match either
@@ -227,7 +227,7 @@ cab
@@ -240,7 +240,7 @@ cab
For example [abc]
, will match any of the characters 'a', 'b',
@@ -248,7 +248,7 @@ cab
@@ -264,7 +264,7 @@ cab
If the bracket-expression begins with the ^ character, then it matches the @@ -273,7 +273,7 @@ cab
@@ -283,7 +283,7 @@ cab
@@ -311,7 +311,7 @@ cab
@@ -328,7 +328,7 @@ cab
All of the above can be combined in one character set declaration, for example: @@ -336,13 +336,13 @@ cab
The POSIX standard defines no escape sequences for POSIX-Extended regular expressions, except that:
-@@ -551,7 +551,7 @@ cab
@@ -705,7 +705,7 @@ cab
@@ -812,7 +812,7 @@ cab
@@ -888,7 +888,7 @@ cab
@@ -979,7 +979,7 @@ cab
@@ -991,7 +991,7 @@ cab
@@ -1005,7 +1005,7 @@ cab
@@ -1065,7 +1065,7 @@ cab
@@ -1102,7 +1102,7 @@ cab
@@ -1112,11 +1112,11 @@ cab
When an expression is compiled with the flag @@ -1137,7 +1137,7 @@ cab
In addition to the POSIX-Extended @@ -1151,7 +1151,7 @@ cab
There are a variety @@ -1164,7 +1164,7 @@ cab
The POSIX-Basic regular expression syntax is used by the Unix utility sed
, and variations are used by grep
and emacs
.
@@ -44,7 +44,7 @@
@@ -54,13 +54,13 @@
.[\*^$
The single character '.' when used outside of a character set will match any single character except:
-match_no_dot_null
is passed to the matching algorithms.
@@ -72,7 +72,7 @@
A '^' character shall match the start of a line when used as the first character @@ -84,7 +84,7 @@
@@ -96,7 +96,7 @@
Any atom (a single character, a marked sub-expression, or a character class) @@ -154,7 +154,7 @@ aaaa
@@ -173,7 +173,7 @@ aaaa
aaabba
@@ -186,7 +186,7 @@ aaaa
@@ -195,7 +195,7 @@ aaaa
@@ -211,7 +211,7 @@ aaaa
If the bracket-expression begins with the ^ character, then it matches the @@ -220,7 +220,7 @@ aaaa
@@ -230,7 +230,7 @@ aaaa
@@ -259,7 +259,7 @@ aaaa
@@ -276,7 +276,7 @@ aaaa
All of the above can be combined in one character set declaration, for example: @@ -284,7 +284,7 @@ aaaa
With the exception of the escape sequences \{, \}, \(, and \), which are @@ -299,7 +299,7 @@ aaaa
@@ -309,11 +309,11 @@ aaaa
When an expression is compiled with the flag grep
@@ -331,7 +331,7 @@ aaaa
In addition to the POSIX-Basic features @@ -611,7 +611,7 @@ aaaa
There are a variety @@ -625,7 +625,7 @@ aaaa
The Perl regular expression syntax is based on that used by the programming @@ -44,7 +44,7 @@
@@ -54,13 +54,13 @@
.[{}()\*+?|^$
The single character '.' when used outside of a character set will match any single character except:
-match_not_dot_null
is passed to the matching
@@ -74,7 +74,7 @@
A '^' character shall match the start of a line. @@ -84,7 +84,7 @@
A section beginning (
and ending )
@@ -94,7 +94,7 @@
@@ -107,7 +107,7 @@
Any atom (a single character, a marked sub-expression, or a character class) @@ -188,7 +188,7 @@
@@ -218,7 +218,7 @@
@@ -250,7 +250,7 @@
@@ -361,7 +361,7 @@
The |
operator will match either of its arguments, so
@@ -388,7 +388,7 @@
@@ -401,7 +401,7 @@
@@ -409,7 +409,7 @@
@@ -422,7 +422,7 @@
If the bracket-expression begins with the ^ character, then it matches the @@ -431,7 +431,7 @@
@@ -442,7 +442,7 @@
@@ -464,7 +464,7 @@
@@ -481,7 +481,7 @@
@@ -493,7 +493,7 @@
All of the above can be combined in one character set declaration, for example: @@ -501,7 +501,7 @@
Any special character preceded by an escape shall match itself. @@ -693,7 +693,7 @@
@@ -895,7 +895,7 @@
@@ -1003,7 +1003,7 @@
@@ -1023,7 +1023,7 @@
@@ -1051,7 +1051,7 @@
@@ -1063,7 +1063,7 @@
@@ -1077,7 +1077,7 @@
@@ -1088,7 +1088,7 @@
@@ -1097,7 +1097,7 @@
@@ -1112,7 +1112,7 @@
@@ -1121,7 +1121,7 @@
@@ -1130,7 +1130,7 @@
@@ -1152,14 +1152,14 @@
(?# ... )
is treated as a comment, it's contents are ignored.
(?imsx-imsx ... )
alters which of the perl modifiers are
@@ -1173,7 +1173,7 @@
@@ -1182,7 +1182,7 @@
@@ -1205,7 +1205,7 @@
(?=pattern)
consumes zero characters, only if pattern
@@ -1228,7 +1228,7 @@
(?<=pattern)
consumes zero characters, only if pattern
@@ -1242,7 +1242,7 @@
@@ -1255,7 +1255,7 @@
@@ -1282,7 +1282,7 @@
@@ -1304,7 +1304,7 @@
Here is a summary of the possible predicates:
-(?(?=assert)yes-pattern|no-pattern)
Executes yes-pattern
if the forward look-ahead assert matches, otherwise executes no-pattern.
@@ -1354,7 +1354,7 @@
@@ -1389,7 +1389,7 @@
@@ -1565,7 +1565,7 @@
The options @@ -1574,7 +1574,7 @@
There are a variety @@ -1586,7 +1586,7 @@
@@ -1598,7 +1598,7 @@
Perl 5.8. diff --git a/doc/html/boost_regex/unicode.html b/doc/html/boost_regex/unicode.html index b8af3f00..43f1c7ec 100644 --- a/doc/html/boost_regex/unicode.html +++ b/doc/html/boost_regex/unicode.html @@ -3,7 +3,7 @@
@@ -41,7 +41,7 @@
std::iswlower
etc), then you can use boost::wregex
to process Unicode. However, there are several disadvantages to this approach:
wchar_t
,
or even whether the runtime treats wide characters as Unicode at all, most
@@ -58,7 +58,7 @@
diff --git a/doc/html/index.html b/doc/html/index.html index 022c6327..e8f70cd3 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,7 +3,7 @@
Last revised: March 28, 2012 at 11:56:40 GMT |
+Last revised: November 29, 2012 at 10:11:43 GMT |