Is there a way to see if a text contains something? It would be a boolean so it would be hello world contains hello then it would return true because hello world contains hello but if it uses = it would return false because hello world isn't hello.
Try this-
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.