empty()
This function returns true if text a has a length of 0.
Parameters
|
Parameter |
Description |
|
a |
Text. |
Examples
Blanks are represented by underscores for illustrative purposes in the examples.
|
Parameter a |
Result |
|
|
true |
|
nonempty |
false |
|
____ |
false |