Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/xpath/functions/starts-with/index.md
6552 views
---
title: starts-with slug: Web/XPath/Functions/starts-with
---

{{ XsltRef() }}

The starts-with checks whether the first string starts with the second string and returns true or false.

Syntax

starts-with(haystack, needle)

Arguments

  • haystack

    • : The string to look in.

  • needle

    • : The string to look for.

Returns

true if haystack starts with needle. Otherwise, false.

Defined

XPath 1.0 4.2

Gecko support

Supported.