
|
Boost.Regex
History
|

|
Boost 1.31.0.
-
Completely rewritten pattern matching code - it is now up to 10 times faster
than before.
-
Reorganized documentation.
-
Deprecated all interfaces that are not part of the
regular expression standardization proposal.
-
Added regex_iterator and regex_token_iterator.
-
Added support for Perl style independent sub-expressions.
-
Added non-member operators to the sub_match class, so that you can compare
sub_match's with strings, or add them to a string to produce a new string.
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)