Expand into the expression:
{ test ${#VAR} -eq 0; }
which evaluates to true if the string value in the variable VAR is the empty string.
Expand into the expression:
{ test ${#VAR} -ne 0; }
which evaluates to true if the string value in the variable VAR is not the empty string.
Return successfully if STRING is empty.
Return successfully if STRING is not empty.
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.