starts-with
The starts-with
checks whether the first string starts with the second string and returns true or false.
Syntax
starts-with(haystack, needle)
Parameters
Return value
true
if haystack
starts with needle
. Otherwise, false
.
Specifications
Gecko support
Supported.