XSLT » XPath Core Functions » starts-with

Syntax:
true | false = starts-with(string, substring)

The starts-with function tests whether the string specified in the string argument starts with the substring specified in the substring argument. If yes, true is returned. If no, a false is returned.