public class StartsWith
extends java.lang.Object
implements Function
Function: boolean starts-with(string, string)
The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false.