diff --git a/doc/Attic/captures.html b/doc/Attic/captures.html index c1e4b437..70810545 100644 --- a/doc/Attic/captures.html +++ b/doc/Attic/captures.html @@ -24,6 +24,11 @@


+

Captures are the iterator ranges that are "captured" by marked sub-expressions + as a regular expression gets matched.  Each marked sub-expression can + result in more than one capture, if it is matched more than once.  This + document explains how captures and marked sub-expressions in Boost.Regex are + represented and accessed.

Marked sub-expressions

Every time a Perl regular expression contains a parenthesis group (), it spits out an extra field, known as a marked sub-expression, for example the @@ -247,4 +252,3 @@ Text: "now is the time for all good men to come to the aid of the party" or copy at http://www.boost.org/LICENSE_1_0.txt)

- diff --git a/doc/captures.html b/doc/captures.html index c1e4b437..70810545 100644 --- a/doc/captures.html +++ b/doc/captures.html @@ -24,6 +24,11 @@


+

Captures are the iterator ranges that are "captured" by marked sub-expressions + as a regular expression gets matched.  Each marked sub-expression can + result in more than one capture, if it is matched more than once.  This + document explains how captures and marked sub-expressions in Boost.Regex are + represented and accessed.

Marked sub-expressions

Every time a Perl regular expression contains a parenthesis group (), it spits out an extra field, known as a marked sub-expression, for example the @@ -247,4 +252,3 @@ Text: "now is the time for all good men to come to the aid of the party" or copy at http://www.boost.org/LICENSE_1_0.txt)

-