<- CRPL reference <- String Commands
Arguments | Result | Notation |
---|---|---|
SeachString, TestString | True/False | s1 s2 – b1 |
Returns TRUE if s1 starts with s2.
# This example returns true "creeper world" "creep" StartsWith # This example returns false "creeper world" "x" StartsWith