User Tools

Site Tools


crpl:docs:endswith

This is an old revision of the document!


~~DISCUSSION~~ <- 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" "world" StartsWith

# This example returns false
"creeper world" "x" StartsWith
crpl/docs/endswith.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)