Add PCRE_DOLLAR_ENDONLY to doc

This commit is contained in:
brectanus 2007-04-05 14:59:44 +00:00
parent 00dcb2714f
commit eab433187f

View File

@ -3998,9 +3998,11 @@ SecRule XML:/soap:Envelope/soap:Body/q1:getInput/id() "123" phase:2,deny</progra
</listitem>
<listitem>
<para>The<literal moreinfo="none"> PCRE_DOTALL </literal>flag is set
<para>The <literal moreinfo="none">PCRE_DOTALL</literal> and
<literal moreinfo="none">PCRE_DOLLAR_ENDONLY</literal> flags are set
during compilation, meaning a single dot will match any character,
including the newlines.</para>
including the newlines and a <literal moreinfo="none">$</literal>
end anchor will not match a trailing newline charater.</para>
</listitem>
</orderedlist>
</section>
@ -4143,4 +4145,4 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
</itemizedlist>
</section>
</section>
</article>
</article>