From 6ac6c1d95e19f7f44235a2b4223640822da35259 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 30 May 2017 06:25:31 +0000 Subject: [PATCH] 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 --- docs/manual/expr.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 2ac7481146..f3b863db8f 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 -- 2.50.1