Returns the length of the input string.
LEN(input_string)
input_string
LEN("Hello World")
Result: 11
11