Len is a dynamic property, that returns the length of its input value.
Len takes no parameters
str = "12345" // setup the string log str.len // returns 5
Last updated 3 months ago