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/starts-with/index.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'files/fr/web/xpath/functions/starts-with') diff --git a/files/fr/web/xpath/functions/starts-with/index.html b/files/fr/web/xpath/functions/starts-with/index.html index bcdb78e75a..56b6336b04 100644 --- a/files/fr/web/xpath/functions/starts-with/index.html +++ b/files/fr/web/xpath/functions/starts-with/index.html @@ -9,17 +9,14 @@ original_slug: Web/XPath/Fonctions/starts-with

{{ XsltRef() }}


La fonction starts-with vérifie si la première chaîne débute par la seconde, et retourne true ou false.

-

Syntaxe

+

Syntaxe

starts-with( meule , aiguille)
 
-

Arguments

+

Arguments

meule
La chaîne dans laquelle chercher.
aiguille
La chaîne à rechercher.
-

Retour

-

true si meule débute par aiguille. Autrement, false.

-

Définition

-

XPath 1.0, section 4.2.

-

Support Gecko

-

Supportée.

-

Interwiki Languages Links

- -

{{ languages( { "en": "en/XPath/Functions/starts-with", "ja": "ja/XPath/Functions/starts-with", "pl": "pl/XPath/Funkcje/starts-with" } ) }}

+

Retour

+

true si meule débute par aiguille. Autrement, false.

+

Définition

+

XPath 1.0, section 4.2.

+

Support Gecko

+

Supportée.

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