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.
starts-with('string1', 'string2')