len() Function

Function

len( text )

Returns the length in characters of the text.

Parameters

Keyword Type Description

text

Text

The text, the length of which will be returned.

Returns

Number

Examples

len("boston") returns 6

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK