starts-with

The Starts-with () function checks whether a string (string1) begins with a specific character or substring (string2). If this is the case, true, otherwise false will be returned.

Syntax:

starts-with('string1', 'string2')