docsFunctionsStringZcheckContains

ZcheckContains

Returns true if the text contains any of the provided words, using a case-insensitive comparison.

Syntax

ZcheckContains{text;word;...}

Arguments

NameTypeRequiredDefault
textstringYes-
wordstringYes-

Example

ZcheckContains{Hello World;hello;bye}