From 0e86cfcabd0751d78ece9c44d1c35ad1f2d38ed9 Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Fri, 7 Mar 2014 20:35:07 +0000 Subject: [PATCH] Add =~ and !~ to the table of comparison operators git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1575392 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 6 ++++++ docs/manual/expr.html.fr | 2 ++ docs/manual/expr.xml.fr | 2 +- docs/manual/expr.xml.meta | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 56672a7781f..c82b3d0db9b 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -314,6 +314,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 diff --git a/docs/manual/expr.html.fr b/docs/manual/expr.html.fr index b994446dc88..d9d4b2815ff 100644 --- a/docs/manual/expr.html.fr +++ b/docs/manual/expr.html.fr @@ -24,6 +24,8 @@

Langues Disponibles:  en  |  fr 

+
Cette traduction peut être périmée. Vérifiez la version + anglaise pour les changements récents.

Historiquement, il existe de nombreuses variantes dans la syntaxe des expressions permettant d'exprimer une condition dans les diff --git a/docs/manual/expr.xml.fr b/docs/manual/expr.xml.fr index 50d2a1ae5b3..22a0798317e 100644 --- a/docs/manual/expr.xml.fr +++ b/docs/manual/expr.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/expr.xml.meta b/docs/manual/expr.xml.meta index d5a2e5e1a51..ea324a8bb25 100644 --- a/docs/manual/expr.xml.meta +++ b/docs/manual/expr.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.47.3