length(a) > 0


Returns true if the length of text a including leading and trailing spaces is greater than 0.

Description of Parameters


Parameter

Description

a

Text.

Examples


Spaces are represented by underscores.


Parameter a

Result


false

__

true

text

true

__text__

true