LENGTH

Returns the number of characters within a given text

LENGTH( text )

Returns the number of characters in the given text.

Arguments

Input

Description

text

String to evaluate.

Output

Outputs length of text.

Example

Last updated