Skip to main content

Text.is_empty

is_empty

Group: Logical

Documentation

Check if self is empty.

Examples

Check if the text "aaa" is empty.

      "aaa".is_empty

Remarks

What is Empty?

Text is considered to be empty when its length is zero.