Return true if the given string is empty.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean string.isempty(string value)

Parameters

Name Data Type Description
value String The string that is tested.

Return Value

Data Type Description
Boolean Returns true if the string has length zero.

Expand image Example

SXML