@lang:str.len
Return the length of a string.
Returns: number
Syntax
Section titled “Syntax”@lang:str.len(value)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
value | string | Input value |
See Also
Section titled “See Also”- @str.slice — extract a substring
- @len — array length