The starts-with
checks whether the first string starts with the second string and returns true or false.
starts-with( haystack , needle)
haystack
needle
true
if haystack
starts with needle
. Otherwise, false
.
Supported.
© 2005–2017 Mozilla Developer Network and individual 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