$str.len Returns the length of the given string |
Usage |
<uint> $str.len(<data:string>) |
Description |
Returns the length (that is, number of characters) of the given string. This function is internally aliased to $str.length() too. |