string.len
Returns the length of the string str
in bytes.
string.len(str: string): number
Arguments
Name | Description | Type |
---|---|---|
str | String to get the length of. | string |
Returns length: number
Returns the length of the string str
in bytes.
string.len(str: string): number
Name | Description | Type |
---|---|---|
str | String to get the length of. | string |
Returns length: number