You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/05/30 06:25:31 UTC

svn commit: r1796727 - /httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Author: jailletc36
Date: Tue May 30 06:25:31 2017
New Revision: 1796727

URL: http://svn.apache.org/viewvc?rev=1796727&view=rev
Log:
Synch with trunk.
Backport r1575391 in order to describe =~ and !~

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/expr.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/expr.xml?rev=1796727&r1=1796726&r2=1796727&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/expr.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/expr.xml Tue May 30 06:25:31 2017
@@ -352,6 +352,12 @@ listfunction ::= listfuncname "<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>