]> granicus.if.org Git - apache/commitdiff
Synch with trunk.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 30 May 2017 06:25:31 +0000 (06:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 30 May 2017 06:25:31 +0000 (06:25 +0000)
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

docs/manual/expr.xml

index 2ac74811463a0a15a7d6cc3c025b0140346171c0..f3b863db8f70da6c85629b275a28e4367ede4f4c 100644 (file)
@@ -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>