If the Needle provided is a string, the comparison occurs case sensitively. For the case insensitive version, see findtext.md.
if(findtext("Foo Bar", "foo"))
world.log << "This fails!"
If the Needle provided is a string, the comparison occurs case sensitively. For the case insensitive version, see findtext.md.
if(findtext("Foo Bar", "foo"))
world.log << "This fails!"