Data / Strings
data/string_length
String Length
Returns the character length of a string.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
text |
string | The input string. |
Outputs
| Name | Type | Description |
|---|---|---|
length |
number | Number of characters. |