Len (programming)
Appearance
Operation of strings is permitted in many common programming languages. One of the major functions of string operation returns the length of a specific string. That function is called Len, which stands for length in the BASIC programming language and its derivatives such as Visual Basic, and is called strlen in the C programming language and its derivatives such as PHP.