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