Commit 05748b78 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Synch with trunk.

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
parent 7990b5ae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -352,6 +352,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
    <tr><td><code>&gt;=</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>