<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#strings|Strings]] ===== StartsWith ===== ^Arguments^Result^Notation^ |string string| bool| [string string- bool] | === Description === Takes two strings from the stack and returns whether the first string starts with the second (case sensitive) === Examples === if (StartsWith("Hello there" "Hello")) Trace("I opened with hello") endif