diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index 8be983fb..ecf49934 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -24,7 +24,8 @@
The author can be contacted at john - at - johnmaddock.co.uk; the home page for this library is at www.boost.org. diff --git a/doc/html/boost_regex/background_information/examples.html b/doc/html/boost_regex/background_information/examples.html index a8d3cf16..983c20c4 100644 --- a/doc/html/boost_regex/background_information/examples.html +++ b/doc/html/boost_regex/background_information/examples.html @@ -25,9 +25,10 @@
Q. I can't get regex++ to work with escape characters, what's going on? diff --git a/doc/html/boost_regex/background_information/futher.html b/doc/html/boost_regex/background_information/futher.html index 32c87624..cb7087ef 100644 --- a/doc/html/boost_regex/background_information/futher.html +++ b/doc/html/boost_regex/background_information/futher.html @@ -25,7 +25,8 @@
Short tutorials on regular expressions can be found here and here. @@ -36,7 +37,7 @@
Boost.Regex forms the basis for the regular expression chapter of the Technical - report on C++ Library Extensions. + Report on C++ Library Extensions.
The Open
diff --git a/doc/html/boost_regex/background_information/headers.html b/doc/html/boost_regex/background_information/headers.html
index d1c174e7..e88973ff 100644
--- a/doc/html/boost_regex/background_information/headers.html
+++ b/doc/html/boost_regex/background_information/headers.html
@@ -24,7 +24,8 @@
There are two main headers used by this library: <boost/regex.hpp>
provides full access to the main template library, while <boost/cregex.hpp>
diff --git a/doc/html/boost_regex/background_information/history.html b/doc/html/boost_regex/background_information/history.html
index 6c1c30c8..d71e74b2 100644
--- a/doc/html/boost_regex/background_information/history.html
+++ b/doc/html/boost_regex/background_information/history.html
@@ -23,9 +23,10 @@
Boost.Regex provides extensive support for run-time localization, the localization model used can be split into two parts: front-end and back-end. @@ -57,7 +58,7 @@ There are three separate localization mechanisms supported by Boost.Regex:
<boost/regex/user.hpp>
.
The performance of Boost.Regex in both recursive and non-recursive modes should be broadly comparable to other regular expression libraries: recursive diff --git a/doc/html/boost_regex/background_information/redist.html b/doc/html/boost_regex/background_information/redist.html index c670b381..4e3434ce 100644 --- a/doc/html/boost_regex/background_information/redist.html +++ b/doc/html/boost_regex/background_information/redist.html @@ -24,7 +24,8 @@
If you are using Microsoft or Borland C++ and link to a dll version of the run time library, then you can choose to also link to a dll version of Boost.Regex diff --git a/doc/html/boost_regex/background_information/standards.html b/doc/html/boost_regex/background_information/standards.html index a702efe1..910d0d3a 100644 --- a/doc/html/boost_regex/background_information/standards.html +++ b/doc/html/boost_regex/background_information/standards.html @@ -25,17 +25,18 @@
Boost.Regex is intended to conform to the Technical - report on C++ Library Extensions. + Report on C++ Library Extensions.
@@ -61,7 +62,7 @@ (??{code}) Not implementable in a compiled strongly typed language.
@@ -81,7 +82,7 @@ a custom traits class.
diff --git a/doc/html/boost_regex/background_information/thread_safety.html b/doc/html/boost_regex/background_information/thread_safety.html index a1ea6cf6..86f73d7f 100644 --- a/doc/html/boost_regex/background_information/thread_safety.html +++ b/doc/html/boost_regex/background_information/thread_safety.html @@ -25,7 +25,8 @@
The Boost.Regex library is thread safe when Boost is: you can verify that
Boost is in thread safe mode by checking to see if BOOST_HAS_THREADS
diff --git a/doc/html/boost_regex/captures.html b/doc/html/boost_regex/captures.html
index 7ee027ed..af64a95d 100644
--- a/doc/html/boost_regex/captures.html
+++ b/doc/html/boost_regex/captures.html
@@ -25,7 +25,8 @@
Captures are the iterator ranges that are "captured" by marked sub-expressions as a regular expression gets matched. Each marked sub-expression can result @@ -34,7 +35,7 @@ accessed.
@@ -218,7 +219,7 @@ output stream.
@@ -231,7 +232,7 @@
you can determine which sub-expressions matched by accessing the sub_match::matched
data member.
diff --git a/doc/html/boost_regex/configuration.html b/doc/html/boost_regex/configuration.html index e8634d88..df6a4d80 100644 --- a/doc/html/boost_regex/configuration.html +++ b/doc/html/boost_regex/configuration.html @@ -24,7 +24,8 @@
\p{digit}
.
@@ -1150,7 +1145,7 @@ cab used with the -E option.
@@ -1164,7 +1159,7 @@ cab these by default anyway.
@@ -1177,7 +1172,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 1f10209e..1c6da9c4 100644 --- a/doc/html/boost_regex/syntax/basic_syntax.html +++ b/doc/html/boost_regex/syntax/basic_syntax.html @@ -25,9 +25,10 @@
.[\*^$
@@ -85,7 +86,7 @@ of an expression, or the last character of a sub-expression.
@@ -155,7 +156,7 @@ aaaa to.
@@ -173,7 +174,7 @@ aaaa
aaabba
@@ -220,7 +221,7 @@ aaaa range a-c.
@@ -284,7 +285,7 @@ aaaa
[[:digit:]a-c[.NUL.]].
@@ -299,7 +300,7 @@ aaaa will match either a literal '\' or a '^'.
@@ -334,7 +335,7 @@ aaaa As its name suggests, this behavior is consistent with the Unix utility grep.
@@ -614,7 +615,7 @@ aaaa leftmost-longest rule.
@@ -628,7 +629,7 @@ aaaa options modify how the case and locale sensitivity are to be applied.
diff --git a/doc/html/boost_regex/syntax/character_classes.html b/doc/html/boost_regex/syntax/character_classes.html index 891511ab..baf9fa93 100644 --- a/doc/html/boost_regex/syntax/character_classes.html +++ b/doc/html/boost_regex/syntax/character_classes.html @@ -25,7 +25,8 @@
The following character classes are only supported by Unicode Regular Expressions:
that is those that use the u32regex
diff --git a/doc/html/boost_regex/syntax/character_classes/std_char_clases.html b/doc/html/boost_regex/syntax/character_classes/std_char_clases.html
index b39e2bff..b3f24808 100644
--- a/doc/html/boost_regex/syntax/character_classes/std_char_clases.html
+++ b/doc/html/boost_regex/syntax/character_classes/std_char_clases.html
@@ -25,7 +25,8 @@
The following character class names are always supported by Boost.Regex:
diff --git a/doc/html/boost_regex/syntax/collating_names.html b/doc/html/boost_regex/syntax/collating_names.html index 7ff514ad..b837a1a6 100644 --- a/doc/html/boost_regex/syntax/collating_names.html +++ b/doc/html/boost_regex/syntax/collating_names.html @@ -24,7 +24,8 @@The following are treated as valid digraphs when used as a collating name:
diff --git a/doc/html/boost_regex/syntax/collating_names/named_unicode.html b/doc/html/boost_regex/syntax/collating_names/named_unicode.html index 20cfd0c9..ac4c46af 100644 --- a/doc/html/boost_regex/syntax/collating_names/named_unicode.html +++ b/doc/html/boost_regex/syntax/collating_names/named_unicode.html @@ -25,7 +25,8 @@
When using Unicode aware regular expressions
(with the u32regex
type),
diff --git a/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html b/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html
index ddf71da9..91e5ce27 100644
--- a/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html
+++ b/doc/html/boost_regex/syntax/collating_names/posix_symbolic_names.html
@@ -25,7 +25,8 @@
The following symbolic names are recognised as valid collating element names, in addition to any single character, this allows you to write for diff --git a/doc/html/boost_regex/syntax/leftmost_longest_rule.html b/doc/html/boost_regex/syntax/leftmost_longest_rule.html index 46ea42ae..aa5a57b9 100644 --- a/doc/html/boost_regex/syntax/leftmost_longest_rule.html +++ b/doc/html/boost_regex/syntax/leftmost_longest_rule.html @@ -25,7 +25,8 @@
Often there is more than one way of matching a regular expression at a particular location, for POSIX basic and extended regular expressions, the "best" diff --git a/doc/html/boost_regex/syntax/perl_syntax.html b/doc/html/boost_regex/syntax/perl_syntax.html index 104d8dc8..0750577a 100644 --- a/doc/html/boost_regex/syntax/perl_syntax.html +++ b/doc/html/boost_regex/syntax/perl_syntax.html @@ -25,9 +25,10 @@
@@ -45,7 +46,7 @@ boost::regex e2(my_expression, boost::regex::perl|boost::regex::icase);
.[{()\*+?|^$
@@ -85,7 +86,7 @@ A '$' character shall match the end of a line.
@@ -205,7 +206,7 @@ operator to be applied to.
@@ -287,7 +288,7 @@
(?:abc)??
has exactly the same effect.
@@ -300,7 +301,7 @@ A bracket expression may contain any combination of the following:
@@ -308,7 +309,7 @@ or 'c'.
@@ -330,7 +331,7 @@
range a-c
.
@@ -402,7 +403,7 @@
[[:digit:]a-c[.NUL.]]
.
\p{digit}
.
@@ -879,7 +880,7 @@ Matches only when not at a word boundary.
@@ -904,7 +905,7 @@
to the regular expression \n*\z
@@ -941,7 +942,7 @@ combining characters.
(?
.
@@ -968,7 +969,7 @@ are ignored.
@@ -983,7 +984,7 @@ applies the specified modifiers to pattern only.
@@ -1016,7 +1017,7 @@ could be used to validate the password.
@@ -1030,7 +1031,7 @@ (pattern must be of fixed length).
@@ -1293,7 +1294,7 @@
JavaScript
and JScript
are all synonyms for perl
.
@@ -1306,7 +1307,7 @@ sensitivity are to be applied.
no_mod_s
.
diff --git a/doc/html/boost_regex/unicode.html b/doc/html/boost_regex/unicode.html index 6fab6707..a723e309 100644 --- a/doc/html/boost_regex/unicode.html +++ b/doc/html/boost_regex/unicode.html @@ -24,12 +24,13 @@
There are two ways to use Boost.Regex with Unicode strings:
Copyright © 2007 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)
@@ -202,7 +202,7 @@Last revised: August 25, 2007 at 08:47:36 GMT |
+Last revised: October 06, 2007 at 17:41:11 GMT |