return to top
source
Returns the length of a string in Unicode code points.
Examples:
"".length = 0
"abc".length = 3
"L∃∀N".length = 4