From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- .../fr/web/xpath/functions/starts-with/index.html | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 files/fr/web/xpath/functions/starts-with/index.html (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 new file mode 100644 index 0000000000..94c8e8d734 --- /dev/null +++ b/files/fr/web/xpath/functions/starts-with/index.html @@ -0,0 +1,24 @@ +--- +title: starts-with +slug: Web/XPath/Fonctions/starts-with +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/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

+
starts-with( meule , aiguille)
+
+

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

-- cgit v1.2.3-54-g00ecf