String Attributes

Empty

This attribute returns true if the string is empty (its length is zero).

Returns


Example
	text as String
	text = "Hello World!"
	display text.empty