For the complete documentation index, see llms.txt. This page is also available as Markdown.

ISEMPTY

Returns true if a value is of type empty or an empty text (““) , otherwise false.

Syntax

ISEMPTY(value)

  • value - the value to check - Value type: any

Example

Last updated