ZendsWith

Returns true if the text ends with the specified suffix.

Syntax

ZendsWith{text;suffix}

Arguments

NameTypeRequiredDefault
textstringYes-
suffixstringYes-

Example

ZendsWith{Hello World;World}