From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/xpath/functions/contains/index.html | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/fr/web/xpath/functions/contains/index.html (limited to 'files/fr/web/xpath/functions/contains') diff --git a/files/fr/web/xpath/functions/contains/index.html b/files/fr/web/xpath/functions/contains/index.html new file mode 100644 index 0000000000..72be24ec8e --- /dev/null +++ b/files/fr/web/xpath/functions/contains/index.html @@ -0,0 +1,42 @@ +--- +title: contains +slug: Web/XPath/Fonctions/contains +translation_of: Web/XPath/Functions/contains +--- +

{{ XsltRef() }}

+ +


+ La fonction contains détermine si la chaîne passée en premier argument contient la chaîne passée en second argument et retourne le booléen true ou false.

+ +

Syntaxe

+ +
contains( meule , aiguille )
+
+ +

Arguments

+ +
+
meule
+
La chaîne dans laquelle chercher.
+
+ +
+
aiguille
+
La chaîne à rechercher dans meule
+
+ +

Retour

+ +

true si meule contient aiguille. Autrement, false.

+ +

Définition

+ +

XPath 1.0, section 4.2.

+ +

Support Gecko

+ +

Supportée.

+ +

Interwiki Languages Links

+ +

{{ languages( { "en": "en/XPath/Functions/contains", "es": "es/XPath/Funciones/contains", "ja": "ja/XPath/Functions/contains", "pl": "pl/XPath/Funkcje/contains" } ) }}

-- cgit v1.2.3-54-g00ecf