Does the string contain the passed string ?
The string to search
The string to find
xf.Str.Contains("The King's counting house", "King") => True xf.Str.Contains("The King's counting house", "Queen") => False