Len (programming)

Len (programming)

In computer programs, len is the name of one of the major string functions. It stands for length, and returns the length of a specific string. Many common programming languages operate on strings using string functions.

It is named len in the language BASIC and its derivatives such as Visual Basic. It is named strlen in the language C and its derivatives such as PHP. In some other languages, the full word length is written out as the name of the function. For other languages see Comparison of programming languages (string functions).

Read more about Len (programming):  Use in Other Languages, Use in Visual Basic, Use in Python, Use in Go