From: Rich Bowen Date: Fri, 7 Mar 2014 20:30:09 +0000 (+0000) Subject: Add =~ and !~ to the table of comparison operators X-Git-Tag: 2.5.0-alpha~4425 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30eb86fa916daddea737f6ecf7ca21d951b381f8;p=apache 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 cdc96693ad..0b43fea2fe 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