User Tools

Site Tools


crpl:docs:endswith

<- CRPL reference <- String Commands

EndsWith

ArgumentsResultNotation
SeachString, TestString True/False s1 s2 – b1

Description

Returns TRUE if s1 ends with s2.

Examples

# This example returns true
"creeper world" "orld" EndsWith

# This example returns false
"creeper world" "x" EndsWith
crpl/docs/endswith.txt · Last modified: 2025/02/14 14:57 by 127.0.0.1