Text: length
Compute the length of a text input. The count is in UTF-8 bytes, not characters — multi-byte characters (accents, emoji, …) count as more than one.
Example
Input: Hello world
Ouput: 11
Parameters
This function has no parameters.
Input
Textrequired
Any text input.
Output
length
The text length in bytes as a number.