From b7d563653d48e4e78837de9dc49b03df9e7a111c Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 11 Nov 2021 08:59:11 +0100 Subject: Fix md conversion errors (#3027) --- files/fr/web/xpath/functions/string-length/index.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'files/fr/web/xpath/functions/string-length/index.html') diff --git a/files/fr/web/xpath/functions/string-length/index.html b/files/fr/web/xpath/functions/string-length/index.html index cb5b66db18..e09490e74d 100644 --- a/files/fr/web/xpath/functions/string-length/index.html +++ b/files/fr/web/xpath/functions/string-length/index.html @@ -11,23 +11,19 @@ original_slug: Web/XPath/Fonctions/string-length


La fonction string-length retourne le nombre de caractères dans une chaîne donnée.

-

Syntaxe

+

Syntaxe

string-length( [chaîne] )
 
-

Arguments

+

Arguments

chaîne (optionnel)
La chaîne à évaluer. S'il est omis, la chaîne utilisée sera le noeud de contexte converti en chaîne.
-

Retour

+

Retour

Un entier égal au nombre de caractères dans la chaîne.

-

Définition

-

XPath 1.0, section 4.2. +

Définition

+

XPath 1.0, section 4.2.

-

Support Gecko

+

Support Gecko

Supportée. -

Interwiki Languages Links -

-
-
-{{ languages( { "en": "en/XPath/Functions/string-length", "ja": "ja/XPath/Functions/string-length", "pl": "pl/XPath/Funkcje/string-length" } ) }} +

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