LEN

Description

LEN takes a text and returns how many characters are in this text.

Example

LEN('Hello World')

will result in 11.

Last updated