Search

Length

Last Updated: Dec 10, 2020

Articles

Use this function to get the 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

  1. Length (JIFFY) = 5
  2. Length (123) = 3

To view all the Text functions, click here.

Did you find what you were looking for?