mirror of
https://github.com/boostorg/regex.git
synced 2025-07-15 21:32:18 +02:00
Updated/corrected references to Perl.
[SVN r28516]
This commit is contained in:
@ -180,10 +180,11 @@ static const match_flag_type format_all;
|
|||||||
</TR>
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
<TD vAlign="top" width="50%">match_single_line</TD>
|
<TD vAlign="top" width="50%">match_single_line</TD>
|
||||||
<TD vAlign="top" width="50%">Equivalent to Perl's s/ modifier; prevents ^ from
|
<TD vAlign="top" width="50%">Equivalent to the inverse of Perl's m/ modifier;
|
||||||
matching after an embedded newline character (so that it only matches at the
|
prevents ^ from matching after an embedded newline character (so that it only
|
||||||
start of the text being matched), and $ from matching before an embedded
|
matches at the start of the text being matched), and $ from matching before an
|
||||||
newline (so that it only matches at the end of the text being matched).</TD>
|
embedded newline (so that it only matches at the end of the text being
|
||||||
|
matched).</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="50%">
|
<td valign="top" width="50%">
|
||||||
@ -198,7 +199,7 @@ static const match_flag_type format_all;
|
|||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="50%">match_not_dot_newline</td>
|
<td valign="top" width="50%">match_not_dot_newline</td>
|
||||||
<td valign="top" width="50%">Specifies that the expression "." does not match a
|
<td valign="top" width="50%">Specifies that the expression "." does not match a
|
||||||
newline character.</td>
|
newline character. This is the inverse of Perl's s/ modifier.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="50%">match_not_dot_null</td>
|
<td valign="top" width="50%">match_not_dot_null</td>
|
||||||
@ -283,4 +284,3 @@ static const match_flag_type format_all;
|
|||||||
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -180,10 +180,11 @@ static const match_flag_type format_all;
|
|||||||
</TR>
|
</TR>
|
||||||
<TR>
|
<TR>
|
||||||
<TD vAlign="top" width="50%">match_single_line</TD>
|
<TD vAlign="top" width="50%">match_single_line</TD>
|
||||||
<TD vAlign="top" width="50%">Equivalent to Perl's s/ modifier; prevents ^ from
|
<TD vAlign="top" width="50%">Equivalent to the inverse of Perl's m/ modifier;
|
||||||
matching after an embedded newline character (so that it only matches at the
|
prevents ^ from matching after an embedded newline character (so that it only
|
||||||
start of the text being matched), and $ from matching before an embedded
|
matches at the start of the text being matched), and $ from matching before an
|
||||||
newline (so that it only matches at the end of the text being matched).</TD>
|
embedded newline (so that it only matches at the end of the text being
|
||||||
|
matched).</TD>
|
||||||
</TR>
|
</TR>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="50%">
|
<td valign="top" width="50%">
|
||||||
@ -198,7 +199,7 @@ static const match_flag_type format_all;
|
|||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="50%">match_not_dot_newline</td>
|
<td valign="top" width="50%">match_not_dot_newline</td>
|
||||||
<td valign="top" width="50%">Specifies that the expression "." does not match a
|
<td valign="top" width="50%">Specifies that the expression "." does not match a
|
||||||
newline character.</td>
|
newline character. This is the inverse of Perl's s/ modifier.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top" width="50%">match_not_dot_null</td>
|
<td valign="top" width="50%">match_not_dot_null</td>
|
||||||
@ -283,4 +284,3 @@ static const match_flag_type format_all;
|
|||||||
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user