From 30eb86fa916daddea737f6ecf7ca21d951b381f8 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 7 Mar 2014 20:30:09 +0000 Subject: [PATCH] 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 --- docs/manual/expr.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.40.0