ZstartsWith

Returns true if the text begins with the specified prefix.

Syntax

ZstartsWith{text;prefix}

Arguments

NameTypeRequiredDefault
textstringYes-
prefixstringYes-

Example

ZstartsWith{Hello World;Hello}