is it possible to detect if a string contains another string?
I now the function find(findtext, text, position) that returns a position of “findtext” inside of “text”.
But if the “text” doesn’t contain “findtext” it returns an error. Can I get a value like