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)
---
.../web/xpath/functions/substring-after/index.html | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
(limited to 'files/fr/web/xpath/functions/substring-after/index.html')
diff --git a/files/fr/web/xpath/functions/substring-after/index.html b/files/fr/web/xpath/functions/substring-after/index.html
index 18e6eb9822..8aa294389a 100644
--- a/files/fr/web/xpath/functions/substring-after/index.html
+++ b/files/fr/web/xpath/functions/substring-after/index.html
@@ -11,29 +11,25 @@ original_slug: Web/XPath/Fonctions/substring-after
La fonction substring-after()
retourne la partie d'une chaîne donnée suivant une sous-chaîne donnée.
- Syntaxe
+Syntaxe
substring-after( bottedefoin , aiguille )
- Arguments
+ Arguments
bottedefoin
- La chaîne à évaluer. Un extrait de cette chaîne sera retourné.
aiguille
- La sous-chaîne à rechercher. Tout le contenu se trouvant après la première occurrence de
aiguille
dans la chaîne bottedefoin
sera retourné.
- Retour
+ Retour
Une chaîne.
- Exemples
+ Exemples
Exemple XPath | Sortie |
<xsl:value-of select="substring-after('1999/04/01','/')" /> | 04/01 |
substring-after('aa-bb','-') | bb |
substring-after('aa-bb','a') | a-bb |
substring-after('aa-bb','b') | b |
substring-after('aa-bb','q') | (empty string) |
- 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-after", "ja": "ja/XPath/Functions/substring-after", "pl": "pl/XPath/Funkcje/substring-after" } ) }}
+
\ No newline at end of file
--
cgit v1.2.3-54-g00ecf