%list:LIST% (is|is not) empty — Conditions

%list:LIST% (is|is not) empty
List1.0.0

Description

Checks if a list is or is not empty.

Examples

if myList is empty:
if myList is not empty:

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

<list> is empty
<list> is not empty

Related (List)