Backport r1575391 in order to describe =~ and !~
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1796727 13f79535-47bb-0310-9956-
ffa450edef68
<tr><td><code>>=</code></td>
<td></td>
<td>String greater than or equal</td></tr>
+ <tr><td><code>=~</code></td>
+ <td></td>
+ <td>String matches the regular expression</td></tr>
+ <tr><td><code>!~</code></td>
+ <td></td>
+ <td>String does not match the regular expression</td></tr>
<tr><td><code>-eq</code></td>
<td><code>eq</code></td>
<td>Integer equality</td></tr>