Product Site

5.1.7.72. length

Returns the length of the receiving string.
Example 5.109. String class — length method
"abcdefgh"~length     -->    8
"abc defg"~length     -->    8
""~length             -->    0