--- title: string-length slug: Web/XPath/Functions/string-length tags: - Référence_XSLT translation_of: Web/XPath/Functions/string-length original_slug: Web/XPath/Fonctions/string-length ---

{{ XsltRef() }}


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

Syntaxe

string-length( [chaîne] )

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

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

Définition

XPath 1.0, section 4.2.

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" } ) }}