starts-with
XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axesThe 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
Gecko support
Supported.
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/starts-with