Search

Length

Last Updated: Mar 8, 2023

Articles

Use this function to get length of the input string.

Syntax

Length (input)

Parameters

Input Parameter Name Description
input input string

Returns

Return value Description
text Returns the length of the string

Sample

Length (abcde)

  • Returns the length of the string abcde.
    Returns 5.

To view all the Text functions, click here.

Did you find what you were looking for?