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/concat/index.html | 29 -------------------------- 1 file changed, 29 deletions(-) delete mode 100644 files/fr/web/xpath/functions/concat/index.html (limited to 'files/fr/web/xpath/functions/concat/index.html') diff --git a/files/fr/web/xpath/functions/concat/index.html b/files/fr/web/xpath/functions/concat/index.html deleted file mode 100644 index 7ee8eeae00..0000000000 --- a/files/fr/web/xpath/functions/concat/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: concat -slug: Web/XPath/Functions/concat -tags: - - Référence_XSLT -translation_of: Web/XPath/Functions/concat -original_slug: Web/XPath/Fonctions/concat ---- -

-{{ XsltRef() }} -


-La fonction concat concatène deux ou plusieurs chaînes et retourne la chaîne résultante. -

-

Syntaxe

-
concat( chaîne1 , chaîne2 [, chaînen]* )
-
-

Arguments

-
chaînen -
Cette fonction accepte deux arguments ou plus. Chacun est une chaîne. -
-

Retour

-

Une chaîne unique, résultat de la concaténation des chaînes passées en arguments à la fonction. -

-

Définition

-

XPath 1.0, section 4.2. -

-

Support Gecko

-

Supportée. -

\ No newline at end of file -- cgit v1.2.3-54-g00ecf