<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#strings|Strings]] ===== EndsWith ===== ^Arguments^Result^Notation^ |string string| bool| [string string- bool] | === 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