Empty
This attribute returns true if the string is empty (its length is zero).
Returns
Boolean: true if its length is zero. False otherwise.
text as String text = "Hello World!" display text.empty