~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#strings| Strings]] ====== EndsWith ====== EndsWith ===== Description ===== Takes two strings from the stack and returns whether the first string ends with the second (case sensitive) ===== Examples ===== if (EndsWith("Hello there" "there")) Trace("I went there") endif <=[[4rpl:start| Index]]