str_length
Returns the number of characters (runes) in string.
str_length(
str
) -> NUMBER
Returns the number of characters (runes) in string.
Syntaxe
var result = str_length("Hello World");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to measure |