Function
Native
string.len
Returns its length.
Syntax
string.len(str)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
str
|
string | — | The string to find the length of. |
Returns
- number