From 651ec72d5f391987b970601ab532a2d303b44916 Mon Sep 17 00:00:00 2001 From: julieng Date: Thu, 11 Nov 2021 09:00:03 +0100 Subject: move *.html to *.md --- files/fr/web/xpath/functions/starts-with/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/fr/web/xpath/functions/starts-with/index.md (limited to 'files/fr/web/xpath/functions/starts-with/index.md') diff --git a/files/fr/web/xpath/functions/starts-with/index.md b/files/fr/web/xpath/functions/starts-with/index.md new file mode 100644 index 0000000000..56b6336b04 --- /dev/null +++ b/files/fr/web/xpath/functions/starts-with/index.md @@ -0,0 +1,22 @@ +--- +title: starts-with +slug: Web/XPath/Functions/starts-with +tags: + - Référence_XSLT +translation_of: Web/XPath/Functions/starts-with +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

+
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.

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