Text
Description
Represents text or string data, which can include letters, numbers, symbols, and spaces. This data type is commonly used for storing and manipulating words, sentences, or any other sequence of characters.
Properties
Length: The length of the text, represented as an integer.
Last updated