simplify/clarify that negation operates on an entire condition and not
on the regex or the special test conditions. Comment #1291.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1601533 13f79535-47bb-0310-9956-
ffa450edef68
<ol>
<li>You can prefix the pattern string with a
- '<code>!</code>' character (exclamation mark) to specify a
- <strong>non</strong>-matching pattern.</li>
+ '<code>!</code>' character (exclamation mark) to negate the result
+ of the condition, no matter what kind of <em>CondPattern</em> is used.
+ </li>
<li>
You can perform lexicographical string comparisons:
</ul>
-<div class="note"><h3>Note:</h3>
- All of these tests can
- also be prefixed by an exclamation mark ('!') to
- negate their meaning.
-</div>
</li>
<li>
<ol>
<li>You can prefix the pattern string with a
- '<code>!</code>' character (exclamation mark) to specify a
- <strong>non</strong>-matching pattern.</li>
+ '<code>!</code>' character (exclamation mark) to negate the result
+ of the condition, no matter what kind of <em>CondPattern</em> is used.
+ </li>
<li>
You can perform lexicographical string comparisons:
</ul>
-<note><title>Note:</title>
- All of these tests can
- also be prefixed by an exclamation mark ('!') to
- negate their meaning.
-</note>
</li>
<li>