Skip to content

LEN

Returns the length of the input string.

js
LEN(input_string)
LEN(input_string)

Parameters

  • input_string - The string input.

Examples

js
LEN("Hello World")
LEN("Hello World")

Result: 11