diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index bf628459..560a6fd8 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -4654,10 +4654,11 @@ SecRule XML "@validateSchema /path/to/apache2/conf/xml.xsd <literal>within</literal> Description: This operator is a - string comparison similar to @contains, except that - the target and match values are reversed. It returns true if the input - value is found anywhere within the parameter value. Macro expansion is - performed so you may use variable names such as %{TX.1}, etc. + string comparison and returns true if the input value is found anywhere + within the parameter value. Note that this is similar to + @contains, except that the target and match values + are reversed. Macro expansion is performed so you may use variable names + such as %{TX.1}, etc. Example: