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

Interwiki Languages Links +

+
+
+{{ languages( { "en": "en/XPath/Functions/concat", "ja": "ja/XPath/Functions/concat", "pl": "pl/XPath/Funkcje/concat" } ) }} -- cgit v1.2.3-54-g00ecf