aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/xpath/functions/concat/index.md
blob: 9ec5e9f246b072a9a415825f6227100241a6643c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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](http://www.w3.org/TR/xpath#function-concat).

### Support Gecko

Supportée.