Primitive
string.length
BETAShort name: length
Version: 1.0.0
Return the character length of text.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| text | string | true | Input text to measure. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | number | false | String length. |