Expands into the expression:
${#VAR}
which evaluates to the number of characters in the string in the variable VAR.
Print an integer representing the length of STRING. The argument STRING can be an empty string.
Return successfully if STRING has length equal to LENGTH. The argument LENGTH must be a non-negative integer; the argument STRING can be an empty string.
This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.