]> granicus.if.org Git - apache/commitdiff
Add =~ and !~ to the table of comparison operators
authorRich Bowen <rbowen@apache.org>
Fri, 7 Mar 2014 20:30:09 +0000 (20:30 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 7 Mar 2014 20:30:09 +0000 (20:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1575391 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index cdc96693ad0ac58c75be1d8947bab5e7f02c6fb3..0b43fea2fe87140f08b7e3ec15b545fe36f58768 100644 (file)
@@ -349,6 +349,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>