Returns the length of text, in number of characters.
Input Fields
- text
Output Fields
- Returns the number of the letters/characters in the text.
Examples
The length of “test” is 4
The length of “test-1” is 6
The length of “test 1” is also 6 (a blank also counts as a character)