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/substring/index.html | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
(limited to 'files/fr/web/xpath/functions/substring')
diff --git a/files/fr/web/xpath/functions/substring/index.html b/files/fr/web/xpath/functions/substring/index.html
index b4b7834585..29cb112c4e 100644
--- a/files/fr/web/xpath/functions/substring/index.html
+++ b/files/fr/web/xpath/functions/substring/index.html
@@ -11,10 +11,10 @@ original_slug: Web/XPath/Fonctions/substring
La fonction substring
retourne une partie d'une chaîne donnée.
- Syntaxe
+Syntaxe
substring( chaîne , début [, longueur] )
- Arguments
+ Arguments
chaîne
- La chaîne à évaluer.
début
@@ -23,19 +23,15 @@ La fonction substring
retourne une partie d'une chaîne donnée.
longueur
(optionnel)
- La longueur de la sous-chaîne à extraire. S'il est omis, la chaîne retournée contiendra tous les caractères depuis la position
début
jusqu'à la fin de la chaîne
.
- Retour
+ Retour
Une chaîne.
- Notes
+ Notes
Comme pour les autres fonctions XPath, les positions ne sont pas comptées à partir de zéro. Le premier caractère de la chaîne est à la position 1.
- Définition
-XPath 1.0, section 4.2.
+
Définition
+XPath 1.0, section 4.2.
- Support Gecko
+ Support Gecko
Supportée.
-
-
-
-
-{{ languages( { "en": "en/XPath/Functions/substring", "es": "es/XPath/Funciones/substring", "ja": "ja/XPath/Functions/substring", "pl": "pl/XPath/Funkcje/substring" } ) }}
+
\ No newline at end of file
--
cgit v1.2.3-54-g00ecf