Back to Content

starts-with

files/en-us/web/xml/xpath/reference/functions/starts-with/index.md

latest463 B
Original Source

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

Syntax

plain
starts-with(haystack, needle)

Parameters

  • haystack
    • : The string to look in.
  • needle
    • : The string to look for.

Return value

true if haystack starts with needle. Otherwise, false.

Specifications

XPath 1.0 4.2

Gecko support

Supported.