Update @within docs according to Ofer's comments. See #134.

This commit is contained in:
brectanus 2007-06-21 14:09:13 +00:00
parent 19887f9cc6
commit 8dea31635c

View File

@ -4654,10 +4654,11 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
<title><literal>within</literal></title> <title><literal>within</literal></title>
<para><emphasis role="bold">Description: </emphasis>This operator is a <para><emphasis role="bold">Description: </emphasis>This operator is a
string comparison similar to <literal>@contains</literal>, except that string comparison and returns true if the input value is found anywhere
the target and match values are reversed. It returns true if the input within the parameter value. Note that this is similar to
value is found anywhere within the parameter value. Macro expansion is <literal>@contains</literal>, except that the target and match values
performed so you may use variable names such as %{TX.1}, etc.</para> are reversed. Macro expansion is performed so you may use variable names
such as %{TX.1}, etc.</para>
<para>Example:</para> <para>Example:</para>