Function that returns the number of characters that make up the specified string.
Syntax |
i32 str_len (string vs) |
---|---|
str |
This is the string whose length is calculated |
Result |
Returns the number of bytes that make up the string |
Validity |
Rule, Task |
Note |
Example of use:
|