User Tools

Site Tools


crpl:docs:startswith

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- String Commands

StartsWith

ArgumentsResultNotation
SeachString, TestString True/False s1 s2 – b1

Description

Returns TRUE if s1 starts with s2.

Examples

# This example returns true
"creeper world" "creep" StartsWith

# This example returns false
"creeper world" "x" StartsWith
crpl/docs/startswith.1412190170.txt.gz · Last modified: 2014/10/01 15:02 by 127.0.0.1