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.html | 39 ------------------------ files/fr/web/xpath/functions/contains/index.md | 39 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 files/fr/web/xpath/functions/contains/index.html create mode 100644 files/fr/web/xpath/functions/contains/index.md (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 deleted file mode 100644 index 15eb0239d7..0000000000 --- a/files/fr/web/xpath/functions/contains/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -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.

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