%s:STRING% (is|is not) empty — Conditions

%s:STRING% (is|is not) empty
Text1.0.0

Description

Checks if a string is or is not empty.

Examples

if myVar is empty:
if myVar 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>.

<s> is empty
<s> is not empty

Related (Text)