Returns the length in characters of the text.
len( text )
text: (Text) The text, the length of which will be returned.
Number
You can experiment with this function in the test box below.
Test Input
Test Output
Type | Evaluating... |
Value |
Test Output
Type | |
Value |
len("boston")
returns 6
On This Page