From 651ec72d5f391987b970601ab532a2d303b44916 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:00:03 +0100 Subject: move *.html to *.md --- files/fr/web/xpath/functions/contains/index.md | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 files/fr/web/xpath/functions/contains/index.md (limited to 'files/fr/web/xpath/functions/contains/index.md') diff --git a/files/fr/web/xpath/functions/contains/index.md b/files/fr/web/xpath/functions/contains/index.md new file mode 100644 index 0000000000..15eb0239d7 --- /dev/null +++ b/files/fr/web/xpath/functions/contains/index.md @@ -0,0 +1,39 @@ +--- +title: contains +slug: Web/XPath/Functions/contains +translation_of: Web/XPath/Functions/contains +original_slug: Web/XPath/Fonctions/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.

-- cgit v1.2.3-54-g00ecf