From: Christophe Jaillet Date: Tue, 30 May 2017 06:25:31 +0000 (+0000) Subject: Synch with trunk. X-Git-Tag: 2.4.26~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ac6c1d95e19f7f44235a2b4223640822da35259;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 2ac74811463..f3b863db8f7 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -352,6 +352,12 @@ listfunction ::= listfuncname "(" word ")" >= String greater than or equal + =~ + + String matches the regular expression + !~ + + String does not match the regular expression -eq eq Integer equality