From: Richard Bowen Date: Fri, 7 Mar 2014 20:30:09 +0000 (+0000) Subject: Add =~ and !~ to the table of comparison operators X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a5cfda6bd70684419e9a68b3452ab03c8e7d23;p=thirdparty%2Fapache%2Fhttpd.git Add =~ and !~ to the table of comparison operators git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1575391 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index cdc96693ad0..0b43fea2fe8 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -349,6 +349,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