The comparison occurs case insensitively - for the case sensitive version, see findlasttextex.md.
world.log << findlasttext("FooFoo", "foo") // 4
world.log << findlasttext("FooFoo", "foo", 3) // 1
The comparison occurs case insensitively - for the case sensitive version, see findlasttextex.md.
world.log << findlasttext("FooFoo", "foo") // 4
world.log << findlasttext("FooFoo", "foo", 3) // 1