Standard:
http://www.w3.org/TR/xpath#function-starts-with
boolean
starts-with
(
string
,
string
)
Standard excerpt:
The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false.