LEN
The LEN function returns the length of a string.
Input
Number of Connections: 1
| Input | Data Type | Description |
| Input1 | String | The string to check. |
Output
| Output | Data Type | Description |
| Output1 | Integer | The length of the string. |
Topic
- The input string is parsed in Unicode. As a result, Japanese Kanji and other such characters are each counted as a single character.
- If the input string is empty, the component will return 0.
Example
| Property | Output |
| Input 1 | Infoteria Corp. | | | 15 |