Does the string start with the passed string ?
The string to search
The string to match
xf.Str.StartsWith("The King's counting house", "The") => True xf.Str.StartsWith("The King's counting house", "counting") => False